Our thoughts of still moving ahead with a complete managed code set of stored procedures are:
- Totally DB independent Code. We can move the same code from 10G to SQL2005 or vice versa;
- Our developers do not need to know T-SQL or PL-SQL.
At the very least we think managed stored procedures is a better approach that having the code in-line within the client application as the approach will give us:
- more efficiency as it is processed on the server (as it would for pure SQL based stored procedures);
- stronger security (as it would for pure SQL based stored procedures);
- easier code reuse;
If we did decide to go this route:
- Any limitations of utilization a pure .NET stored procedure system
- What is the downside of this approach
- Performance or other issues
- Industry best-practices in this field Is it so bad to go this way, or just rare

.NET Stored Procedures
Neilgd
luoo
--
Adam Machanic
Pro SQL Server 2005, available now
http://www..apress.com/book/bookDisplay.html bID=457
--
Mick_RW