Tag: sql server

Community

You may receive a 7391 error message in SQL Server 2000 when you run a distributed transaction against a linked server after you install Microsoft Windows XP Service Pack 2

When you run a distributed transaction against an instance of SQL Server, you may receive an error message that is similar to the following: Server: Msg 7391, Level 16, State 1, Line 1 The operation could not be performed because the OLE DB provider ‘SQLOLEDB’ was unable to begin a distributed t

Community

Building Joins the Easy Way

(Dale Elizabeth Corey) Okay, I admit it. Before I became an SQL Server 2000 DBA, I was bottlefed on Microsoft Access. When it came to building complex queries with joins, I became an expert on Access’s Grid Manager, formally known as a form of Query By Example (QBE) developed by IBM’s Dr. Zloof in t

Community

Enhanced FOR XML

(Rich Rollman) When I need to obtain an XML query result from my database, FOR XML is usually the first solution I try. Introduced in SQL Server 2000, FOR XML provides three modes—Raw, Auto, and Explicit—for formatting the XML query result. (For details about these modes, see Dave Hulse’s August 200

Community

In The Real World – Disaster!

(Steve Jones) This is a true story and is intended as a case study in showing how I actually recovered from a disaster. As close as I can remember, I am writing this from memory the night of the events, so I think it is fairly accurate. As I’ve said many times, one should always take notes, but I ha