Here’s a sample script for rendering query results as XML: – Declare a variable with the XML datatype DECLARE @myXml xml – Use FOR XML AUTO syntax SET @myXml = (SELECT [states]… more →
metamythianistewart wrote 1 month ago: I had to download this tool today, and try as I might I could not find a working link anywhere on Mi … more →
pinaldave wrote 1 month ago: I am elated to receive hundreds of emails every day from my readers. My tight work schedule refrains … more →
admin wrote 1 month ago: Microsoft SQL Server 2008 List of Tools that Comes Together With Microsoft SQL Server 2008 These are … more →
pinaldave wrote 1 month ago: Regular readers of my blog are aware of the fact that I have written about this subject umpteen time … more →
pinaldave wrote 2 months ago: Today, we will delve into a very simple issue that one of the Jr. Developers at my organization conf … more →
pinaldave wrote 2 months ago: TechEd India 2009 has ended today and I’ve already started missing it! This three-day event was one … more →
pinaldave wrote 2 months ago: First day of TechEd India 2009 is over and when I recall the day I can say that it was truly a blast … more →
pinaldave wrote 3 months ago: Pinalkumar Dave describes the top 5 features of SQL Server Management Studio 2008. This article desc … more →
advapi wrote 3 months ago: If you need to connect on a SQL Server on a non standard port [ i.e. 7000 instead of 1433] you … more →
Jim Lahman wrote 5 months ago: I had a reason to change the name of a table in one of the databases I am building. Here is the pro … more →
scarydba wrote 5 months ago: I just had a Tremors moment. “Everybody knows about ‘em Earl, we just never told you. … more →
elviejolemos wrote 6 months ago: Hola de nuevo! Aquí está el link del tutorial del MSDN de SQL Server Management Studio. Este tutoria … more →
pinaldave wrote 6 months ago: This is one very interesting issue which I have started to follow recently. Just like any other orga … more →
Susan Delaney wrote 6 months ago: Here’s a sample script for rendering query results as XML: – Declare a variable with th … more →
Abhi wrote 7 months ago: Last day I was working on SQL server and I got this strange error ———— … more →
Susan Delaney wrote 8 months ago: While working on one of my side projects the other day, Visual Studio threw an ambiguous namespace e … more →
Susan Delaney wrote 9 months ago: sp_MSforeachdb is another useful undocumented Stored Procedure provided by Microsoft. Although it co … more →
Susan Delaney wrote 9 months ago: Data: ALTER DATABASE MyDatabase MODIFY FILE (NAME = ‘RestoredDBname’ , NEWNAME = … more →
Susan Delaney wrote 10 months ago: SQL Server Reporting Services I recently needed to quickly produce a list of Reporting Services … more →