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!!



Answer this question

Extended stored procedures in C#

  • Mv45

    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.


  • RJHarris0

    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.
  • Extended stored procedures in C#