| Author: Joymon 31 Dec 2008 | Member Level: Bronze | Rating:  Points: 3 |
Can't we compile from VS without the below line
csc /target:library c:\AStepAheadProc.cs /r:"D:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Binn\sqlaccess.dll"
|
| Author: g_arora 01 Jan 2009 | Member Level: Silver | Rating:  Points: 4 |
Hi Joymon,
First of all thanks for your question because this inspires me for a new article.
Ofcourse, you can do the same thing using Visual Studio, without using Console compilation.
Please refer to my another Article "Writing a CLR Stored Proc - Using Visual Studio".
Thanks & regards, Gaurav Arora
|
| Author: shuby 04 Jan 2009 | Member Level: Bronze | Rating:  Points: 1 |
very good and knowledgeful article
|