Tag: sql server

Community

Overcoming OpenXML hangups

By Rich Rollman – If you’re writing an application that uses XML as a data-interchange format, you need a way to extract the data from the XML document and store that data in your database. T-SQL’s OpenXML keyword is a convenient way to insert, delete, and update data in SQL Server 2000. OpenXML cre

Community

Life without model

This article is based on INF: Moving SQL Server Databases to a New Location with Detach/Attach (Q224071). During the process of testing this process on a test server and moving the model and msdb databases a "funny" thing happened, the model database "disappeared". Here’s what happened and why and h