News

Result set from the “split_string” table-valued function 3. Use XQuery to Split the String Value and Transform a Delimited String into XML. Turning a delimited string into XML using XQuery is a ...
I'm not really sure where that came from. It's strickly a SQL Server 2000 stored procedure. Strings in SQL Server are a little odd. Double quotes in a string are completely ok. Sql Server doesn't ...
If you ever need to sort character strings stored in SQL Server fields, check out this demonstration of how to write a common sorting algorithm using SQL Server TSQL code.
In SQL, when dealing with Unicode data, use the right data types like NVARCHAR or NCHAR. To insert Unicode data, add an N before strings like N'' to indicate it's Unicode.