Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Deplying CLR Stored procedure

    create your assembly in your production database using the below statement.Build your project and copy your .dll to your prod server .

    CREATE ASSEMBLY sqlcrlProcName from 'C:\CLRProcFiles\SQLProc.dll' with PERMISSION_SET = SAFE

    to...

Viewing post 1 (of 1 total)