Viewing 15 posts - 5,521 through 5,535 (of 5,590 total)
lucian (8/22/2008)
I would like to think that both these methods have a place in a code library and can be used where applicable
I agree. And that's a pretty interesting use...
August 22, 2008 at 7:16 am
bhovious (8/21/2008)
August 21, 2008 at 3:24 pm
lucian (8/21/2008)
But I want to return a table that I can use in a inner join with other tables, or in my where clause.
I understand. I mistakenly thought that you...
August 21, 2008 at 10:13 am
lucian (8/21/2008)
I use it to process a comma delimited list of keys or any other list of values that is passed as a parameter to a stored proc.
Now I...
August 21, 2008 at 6:18 am
nvanesch (8/21/2008)
August 21, 2008 at 6:08 am
anil_mootha (8/20/2008)
Hi Paul,It looks like nobodys bothered to answer our question. To me till I dont get a satisfactory answer, this topic doesnt make any sense!
Have a wonderful day!
I thought...
August 21, 2008 at 5:58 am
Paul DB (8/20/2008)
WayneS (8/20/2008)
Paul DB (8/20/2008)
anil_mootha (8/20/2008)
Why would you prefer to build XML strings manually when you can do it with FOR XML statement.
The very purpose of FOR XML statement...
August 20, 2008 at 12:31 pm
Paul DB (8/20/2008)
anil_mootha (8/20/2008)
Why would you prefer to build XML strings manually when you can do it with FOR XML statement.
The very purpose of FOR XML statement would be void...
August 20, 2008 at 8:30 am
Steve Jones - Editor (8/20/2008)
The code edits have been made, so things should be OK now.
Thanks Steve!
August 20, 2008 at 8:21 am
JPJ (8/19/2008)
I have a small issue in addition to that, this line gave me error:
select @MyXMLString = @MyXMLString +
...
August 20, 2008 at 6:28 am
Hey all...
I don't know how it happened, but the code in the article is missing some spaces from what I submitted. They should be pretty obvious where that is, but...
August 19, 2008 at 9:33 pm
The links for Database Mail and SQL Mail are the same.
I thought that Database Mail replaced SQL Mail?
August 19, 2008 at 6:06 am
The first choice is also correct:
From BOL:
The REFERENCES permission on a table is needed in order to create a FOREIGN KEY constraint that references that table.
July 23, 2008 at 4:47 am
Is there really any difference or advantage between Temp Tables and Table variables? If there is not enough cache on hand and both will eventually hit TempDB - is...
July 17, 2008 at 6:23 am
Viewing 15 posts - 5,521 through 5,535 (of 5,590 total)