SQL 2008 CLR Triggers, use a .NET class library in SQL using WPF

Posted by: Al Pascual, on 27 Jul 2009 | View original | Bookmarked: 0 time(s)

Since SQL 2005 you can add .NET dlls into the SQL Assemblies, therefore get called on triggers and event from SQL to do something. Those should be simple utilities as the installation is still quite painful. Now when you are trying to use WCF or WPF dlls referenced on your application that could be a little harder. Youll have to reference all the assemblies by hand that means setting the trust level . ALTER DATABASE DatabaseName SET TRUSTWORTHY OFF use MASTER GRANT UNSAFE ASSEMBLY to public...

Advertisement
Free Agile Project Management Tool from Telerik
TeamPulse Community Edition helps your team effectively capture requirements, manage project plans, assign and track work, and most importantly, be continually connected with each other.
Category: SQL | Other Posts: View all posts by this blogger | Report as irrelevant | View bloggers stats | Views: 1205 | Hits: 34

Similar Posts

  • New Entity Framework Feature CTP for VS2010 Beta 2 more
  • Introducing Versatile DataSources more
  • Migrating to Postgresql with my friend NHibernate more
  • Using SqlBulkCopy To Perform Efficient Bulk SQL Operations more
  • Entirely unobtrusive and imperative templates with Microsoft Ajax Library Preview 6 more
  • Creating a Filtering User Interface With jQuery In a Web Forms Application: Part 1 more
  • Building a class browser with Microsoft Ajax 4.0 Preview 5 more
  • Unit Testing - Do Repeat Yourself more
  • Silverlight 3 “toast” notifications more
  • Next version of EF Code Only Design laid out by MS more

News Categories

.NET | Agile | Ajax | Architecture | ASP.NET | BizTalk | C# | Certification | Data | DataGrid | DataSet | Debugger | DotNetNuke | Events | GridView | IIS | Indigo | JavaScript | Mobile | Mono | Patterns and Practices | Performance | Podcast | Refactor | Regex | Security | Sharepoint | Silverlight | Smart Client Applications | Software | SQL | VB.NET | Visual Studio | W3 | WCF | WinFx | WPF | WSE | XAML | XLinq | XML | XSD