For information on setup and debugging a CLR stored procedure in a direct-debug scenario by “stepping-through” the code from within Visual Studio, OR by using a test TSQL script from with Visual Studio, refer to the following MSDN article:
http://msdn.microsoft.com/en-us/library/ms165051.aspx
Now, suppose you have a stored procedure already deployed to a remote SQL S...
↧