Windows Develop Bookmark and Share   
 index > Windows Forms General > Extended stored procedures in C#
 

Extended stored procedures in C#

Does anyone know if it's possible to write extended stored procedures for SQL Server 2000 in C#? 

And if it is please give me a link to some articles where I can read more about it...

Thanks!!

MigrationUser 1  Wednesday, September 17, 2003 5:03 AM
SQL Server 2000 really has no knowledge of the CLR ...  IIRC, there are sneaky ways to embed .NET Assemblies into SQLServer and have them be recognized, however, it is not a supported process.  Read this <a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;322884">article</a> for more information.
MigrationUser 1  Wednesday, September 17, 2003 11:38 AM
I believe that is going to be a major feature of the next release of SQL Server ("Yukon"), to write stored procedures in .NET languages.

MigrationUser 1  Thursday, September 18, 2003 12:45 PM

You can use google to search for other answers

Custom Search

More Threads

• A dynamic table with columnheaders, subcolumn headers , rowheader, subrowheaders
• MDI Child Forms not Maximising
• Button Alignment with Background
• C# problem
• DataGridView EditMode question
• Is DoEvents() here appropriate?
• Changing DataMember shown in DataGridView
• How to show AutoComplete drop-down programmatically?
• tabcontrol + how to get old index on index change event
• Cross thread error?