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.Hi 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|||The SQL Server Hands On Labs have examples:
http://msdn.microsoft.com/sql/2005/2005labs/default.aspx
See the SQL CLR lab.|||There are several examples available if you installed the samples and documentation. They are located in the C:\Program Files\Microsoft SQL Server\90\Samples\Engine\Programmability\CLR by default.
No comments:
Post a Comment