Deploying CLR Code to production ?

Last post 10-09-2008 11:38 PM by SuryaKiran. 2 replies.
Page 1 of 1 (3 items)
Active Topics My Discussions Unanswered Sort Posts: Previous Next
  • 10-09-2008 6:25 AM

    Deploying CLR Code to production ?

    Hi All,


    I am learning to use CLR coded stored procedures.

    In a nutshell I have understood that I need to write my code in C# or any other CLR Integrated language, Compile, generate a dll, Create an Assembly in Sql Server (Sys.Assemblies), and start executing the code, this is all fine for me.


    What I have missed to understand is-- Do I need to keep moving the DLL across Development and Production servers, to see to it that code is correctly deployed, or is there no need of explicitly moving the DLL? Let me know insights into this as I need to understand this to implement SQL CLR in the near future. Thanks in advance.

    Thank You & Regards,
    K.Surya Kiran.
    Filed under:
  • 10-09-2008 12:46 PM In reply to

    Re: Deploying CLR Code to production ?

     If you are using visual studio 2005/2008 , it will handle deployment with the server that you are connecting to, even in modifying your code.

    But, really for deplyment in mult production servers , it is best to create script that automate these procedures.

     

     

     

    MCSE , MCITP (SQL 2005 Administration & Development), MCTS, MCPD
  • 10-09-2008 11:38 PM In reply to

    Re: Deploying CLR Code to production ?

    Thank you for the reply, I think scrips are handy to move along servers.

    Thank You & Regards,
    K.Surya Kiran.
Page 1 of 1 (3 items)
Active Topics   My Discussions    Unanswered Posts


© 2000 - 2007 vDerivatives Limited All Rights Reserved.