blogs.conchango.com

welcome to the conchango blogging site
Welcome to blogs.conchango.com Sign in | Join | Help
in Search

Browse by Tags

All Tags » SQL Server 2005 » SQLCLR
  • Returning a DataTable over SqlContext.Pipe

    I was writing a SQLCLR C# stored proc and wanted to return some results which were held in a DataTable.  Inconveniently, there is no built-in way of translating from System.Data class to Microsoft.SqlServer.Server classes.  So I wrote something which does just that, and here it is.private static void SendDataTableOverPipe(DataTable ...
    Posted to John Rayner's Blog (Weblog) by john.rayner on September 13, 2006
Powered by Community Server (Personal Edition), by Telligent Systems