Looking For Examples Of Stored Procedures in C# or VB.Net.
Does anyone have any links to examples of stored procedures written in C# or VB.Net instead of T-Sql. I'd like to see how it looks and works. Thanks! Ken.
Does anyone have any links to examples of stored procedures written in C# or VB.Net instead of T-Sql. I'd like to see how it looks and works. Thanks! Ken.
Here are some links for writing stored procedures in .Net compatible language.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsql90/html/sqlclrguidance.asp
http://www.sqlteam.com/item.asp?ItemID=21927
If you have any concerns please revert back, i will send you the sample code.
Best Regards,
Swamy
http://msdn.microsoft.com/sql/2005/2005labs/default.aspx
See the SQL CLR lab.