Code snippets - Simon Sabin UK SQL Consultant's Blog

Browse by Tags

All Tags » Code snippets (RSS)

Filestream access has just got simpler

SP1 of the .Net Framework 3.5 brought us a nice improvement in the usability of filestream data in managed code. Within the System.Data.SqlTypes namespace there is now a class called SqlFilestream. This makes it very easy to use filestream data as this...

Service Broker - Clean up your transmission queue

This isn't about changing your air filter, spark plugs or oil. Its about what to do when, like me, you don't get things right first time. If developing Service Broker applications and you misspell your services, forget to create a master key,...