Posts tagged with "SQL"

SQL (Structured Query Language) is a special-purpose programming language designed for managing data held in a relational database management system (RDBMS), or for stream processing in a relational data stream management system (RDSMS).

New Features - SQL 2008: Filestream

August 21, 2010 by Christoff Truter

How to enable the filestream feature in SQL 2008 - Alternative way to store blobs(files) via SQL

SQL  

ASP.net(C#): Output an image stored in SQL

July 4, 2010 by Christoff Truter - 2 Comments

How to display/add images from/to a SQL Database

C#   ASP.NET   SQL  

MSSQL : The argument x of the xml data type method

May 18, 2010 by Christoff Truter - 12 Comments

How to pass values to SQL XQuery functions only accepting literal strings.

SQL   XML  

SQL 2005 - CLR Integration - Custom XQuery/XPath functions (C#)

March 23, 2010 by Christoff Truter

How to extend XQuery support for SQL 2005

C#   SQL  

SQL 2005 - CLR Integration (C#)

March 14, 2010 by Christoff Truter

Examples of how to create stored procedures and functions for SQL 2005 via the .net CLR

C#   SQL