Wednesday, March 21, 2012

Extended Stored Procedures in SQL 2005?

The Extended Stored Procedures (Written in C++ unmanaged code) are supported in SQL Server 2005?

Thanks

Yes they are, but they are being deprecated.

Just out of curiousity; what are you writing that cannot be done in a .NET method, but needs an xp?

Niels

No comments:

Post a Comment