SQLServerPedia.com Webcast Archived
I’ve been informed that the webcast I did last week with some of the other editors for SQLServerPedia.com has been archived for offline viewing. Denny
Back To Basics: Getting Data from an XML Document
One of the most popular ways to get data multiple pieces of data in a single parameter from one stored procedure to another, or from a client application to the database is to use XML. This can be done in SQL Server 2000 by using the NTEXT (or TEXT) datatype, and in SQL 2005 using […]