Advertisement
Anaristos

Assembly declaration for SQL Server

Apr 10th, 2012
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
T-SQL 0.31 KB | None | 0 0
  1. --<pathname> is the path to your vs2010 EquFunctions proejct. Choose Release or Debug depending on how you compiled it. The default id Debug.
  2. CREATE ASSEMBLY MiscFunctions
  3.     FROM '<pathname>\Visual Studio 2010\Projects\EquFunctions\EquFunctions\bin\<Release|Debug>\MiscFunctions.dll'
  4.     WITH PERMISSION_SET = SAFE;
  5. GO
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement