Created
April 21, 2011 12:02
-
-
Save max-mulawa/934326 to your computer and use it in GitHub Desktop.
CLRTriggers3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GO | |
ALTER DATABASE CLRDatabase SET TRUSTWORTHY ON; | |
GO | |
CREATE ASSEMBLY WeatherClient | |
FROM '[PATH]\CLRTriggers\SharedLib\Weather.com.Client.dll' | |
WITH PERMISSION_SET = EXTERNAL_ACCESS | |
GO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment