Отвечено Writing my SQL CLR Stored Proc without VS.NET

  • 13. března 2012 6:16
     
     

    Hello,

    I am not using Visual studio. I use notepad and console.

    I want to write a SQL CLR Stored Procedure. Can anyone tell me how to deploy it on SQL Server?

    I googled but everyone seems to be using Visual Studio.


    MSDNStudent Knows not much!

Všechny reakce

  • 13. března 2012 6:22
    Přispěvatel
     
     Odpovědět

    Hello,

    You can import the assembly with SSMS GUI or with T-SQL command CREATE ASSEMBLY.


    Olaf Helper
    * cogito ergo sum * errare humanum est * quote erat demonstrandum *
    Wenn ich denke, ist das ein Fehler und das beweise ich täglich
    Blog Xing

    • Označen jako odpověď MSDN Student 13. března 2012 6:31
    •