Viewing 8 posts - 1 through 8 (of 8 total)
Thanks Scott for getting me started. The problem is we've inherited this system and unfortunately there were no backups. Can I still get away with using DBCC?
November 6, 2006 at 10:22 am
I was able to produce an XML file using FOR XML EXPLICIT. Now my problem is producing the output without:
a) header - XML_F52E2B61-18A1-11d1-B105-00805F49916B
b) rows affected - (658 row(s) affected)
c) carriage...
March 30, 2006 at 1:29 pm
Thanks that works perfectly. Although, I need to create an xml output from this. So all I did was append the FOR XML EXPLICIT. Now, when I run this I...
March 28, 2006 at 7:04 pm
Let's just say, I need to return (2) columns in XML format. Like this query. How can I put this in a stored proc to return xml format. Also, if I...
March 27, 2006 at 10:44 am
So far this is what I have with some of your guy's help:
select a.userID
from sandbox.dbo.ymeUserID2 a with (nolock)
where a.versionDescription = '1.0'
and not exists ( select * from
sandbox.dbo.ymeUserID2 b with...
February 10, 2006 at 9:23 am
sorry,
userID=int
version# is actually versionDescription=varchar(200)
February 10, 2006 at 8:23 am
Thanks..We have a lot in common then (oracle dba learning sql server). Ping me at melsterdba@yahoo.com, maybe we can share some notes!
January 5, 2005 at 1:03 pm
Thanks. Here are some of the books I've ordered. One includes a book by Henderson:
Guru's Guide to Transact-SQL - Ken Henderson
Inside Microsoft SQL Server 2000 - Kalen Delaney
December 29, 2004 at 4:19 pm
Viewing 8 posts - 1 through 8 (of 8 total)