Viewing 3 posts - 1 through 3 (of 3 total)
Basically, where I'm at is that I have to move data from the source table to the destination table and I have to generate new identities for the rows being...
July 25, 2007 at 7:44 am
Thanks. I do have a question though. Does SQL Server implicitly use a cursor when it assigns a multirow resultset to a varchar?
For instance:
Select '<' + ElementName + '>' +...
June 29, 2007 at 2:55 pm
David...
Thanks for the reply. One more quick question. Let's say I
May 3, 2007 at 3:10 pm
Viewing 3 posts - 1 through 3 (of 3 total)