Using VDI inside of CLR stored proc
-
Friday, May 25, 2007 10:23 AM
Q: how to use VDI from SQL2k5 inside of CLR stored proc writen in C#?
In SQL2K i've wrote C++ extended stored proc using headers from VDI SDK.
any simple samples for C# and CLR exists?
thanks.
All Replies
-
Monday, May 28, 2007 11:17 PM
You can download the SQL Server 2005 VDI specification from:
-Sue
-
Tuesday, August 07, 2007 8:58 AM
Done already, but seems that there is only minor changes in help file
Samples and headers are still only for c/c++ code - not for c#
Unfortunately i cannot generate c# code for VDI COM due to error while loading approriate DLL - seems like this COM object can be created only from inside of SQL Server.

