Viewing 12 posts - 16 through 27 (of 27 total)
Apparently this sp depends on being able to remotely access SQL Server. As I'm running the express version it won't allow the connection. According to BOL neither will the Developer...
April 20, 2011 at 10:49 am
Missed it. Good reminder to specify precision.
April 18, 2011 at 9:48 am
Got it wrong but learned something. I agree that the question could've been a little clearer.
March 30, 2011 at 9:56 am
Enjoyed the article and found the diagrams easy to follow.
February 25, 2011 at 11:49 am
Enjoyed the article especially the comparison between DISTINCT and GROUP BY.
February 8, 2011 at 9:33 am
Enjoyed the article and the comments.
January 28, 2011 at 9:05 am
I'm getting an the following error when I try to run the OPENROWSET function:
DECLARE @CD TABLE (XMLData XML);
INSERT INTO @CD
SELECT *
FROM OPENROWSET(BULK N'C:\SQL\cd_catalog.xml', SINGLE_BlOB)
Msg 491, Level 16, State 1, Line...
January 3, 2011 at 9:16 am
Viewing 12 posts - 16 through 27 (of 27 total)