Welcome to EMC Consulting Blogs Sign in | Join | Help

Browse by Tags

All Tags » SQL Server » SQL CLR
  • Catfax – SQL CLR, WCF and Windows Azure

    In future, more and more solutions will have data that is not stored directly in a SQL database but rather in cloud EAV (Entity Attribute Value) data stores, caches, client storage, document databases and so on.  Usually it is the existing DBA’s and other SQL biased database experts that are the custodians of corporate data and, in general, ...
    Posted to Simon Munro (Weblog) by simon.munro on July 8, 2009
  • DBA Baiting

    Jamie and I gave presentations last night at the London SQL Server users group.  It was a good evening but I think I managed to upset about half the people there.  I suppose when your first two slides are these… …then you can expect a bit of an uphill battle. But, the other half seemed to enjoy it, and besides, if I am not pissing ...
    Posted to Simon Munro (Weblog) by simon.munro on May 22, 2009
  • Getting SQL Certificates Directly from the Database

    I have a requirement, for service broker endpoints and queues, to automate the creation of a certificate on one server and load them up on another.  The manual way of doing this is something like this: 1. Use CREATE CERTIFICATE to create a self signed certificate, something like: CREATE CERTIFICATE SomeCertificateA WITH ...
    Posted to Simon Munro (Weblog) by simon.munro on December 12, 2008
  • Digging in the SQL CLR Litterbox

    When the SQL CLR, a technology enabling .net assemblies to be called from within SQL Server, was released in 2005 a collective gasp went up from DBAs all around the world.  And rightly so, the idea that developers would be writing rogue little .net apps than run inside the database is worrying - DBAs wouldn't be able to scrutinise the code ...
    Posted to Simon Munro (Weblog) by simon.munro on November 12, 2008
  • SQL Server Standard - Recursive Hierarchies to XML

    I wrote an article for the September 2006 issue of SQL Server Standard magazine:   The version that was finally published was a very cut down version with minimal code snippets.  This was for obvious reasons; they had to fit the content onto small columns in the magazine.  For the readers who would prefer the more verbose ...
    Posted to Christian Wade's Blog (Weblog) by christian.wade on September 20, 2006
  • SQL-CLR: WindowsIdentity.Impersonate()

    There is some literature out there that says it is possible to impersonate the current user’s logon for external access (file system, registry, etc.) in SQL/CLR sprocs, but not much in the way of sample code.  As I have crossed this bridge, I thought I should share the knowledge.  This now works with assemblies catalogued as ...
    Posted to Christian Wade's Blog (Weblog) by christian.wade on May 5, 2005
Powered by Community Server (Personal Edition), by Telligent Systems