Viewing post 1 (of 1 total)
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...
October 15, 2012 at 5:46 am
#1549078