Skip to content

Instantly share code, notes, and snippets.

@max-mulawa
Created April 21, 2011 12:02
Show Gist options
  • Save max-mulawa/934326 to your computer and use it in GitHub Desktop.
Save max-mulawa/934326 to your computer and use it in GitHub Desktop.
CLRTriggers3
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