Email Alerts
-
Get SQL Server table structure in XML format
Here is a quick stored procedure in SQL Server 2000 that returns the table structure in XML format. Tip
-
Retrieving newly-inserted primary keys in SQL Server 2000
How to use @@IDENTITY, SCOPE_IDENTITY and IDENT_CURRENT to retrieve newly-inserted primary keys in SQL Server 2000. Tip
-
Inside look at SQLXML technologies
This chapter describes how SQL Server's XML technologies are designed and how they fit together from an architectural standpoint. Tip
-
Return all values in a comma-delimited string
This script will return one big string where the rows are separated by a comma. Tip
-
Returning a result set in random order
At times you might need to return the SQL Server data to the client in a random order. Here's how. Tip
-
XML support in SQL Server 2000
A detailed introduction to the three ways you can use XML in SQL Server 2000, with lots of code samples. Tip
-
NVARCHAR vs VARCHAR in SQL Server 2000
Overcome some conversion and performance problems by forcing SQL Server 2000 to behave the same way as earlier versions. Tip