Viewing 15 posts - 16 through 30 (of 43 total)
Christine Sun (8/11/2010)
However, I was stuck in the first piece (the loop version).
It seems you...
August 11, 2010 at 12:28 pm
Eric Russell 13013 (8/11/2010)
August 11, 2010 at 12:19 pm
Jay Hopping (8/11/2010)
August 11, 2010 at 12:11 pm
Jay Hopping (8/11/2010)
dbuendiab (8/10/2010)
Hi, Jay:
You're right, I didn't remember OPENXML. Still I would not switch to a XML-formed parameter passing for several reasons - being the main the way users...
August 11, 2010 at 8:39 am
Patibandla (8/11/2010)
August 11, 2010 at 5:14 am
Jeff Moden (8/10/2010)
dbuendiab (8/10/2010)
The performance, being a question sometimes, it's not a point here:
You know, it's really odd that you say that. It's really odd that ANYONE would say...
August 11, 2010 at 5:09 am
For me an important point is to protect the user and the data and that lack of validation certainly does nothing to teach the user of his/her mistake nor protect...
August 11, 2010 at 4:51 am
CirquedeSQLeil (8/10/2010)
I think one must be careful about the string parsing method used. I don't believe there is a one size fits all method for all...
August 11, 2010 at 2:49 am
jhood (8/10/2010)
August 10, 2010 at 5:44 pm
Jay Hopping (8/10/2010)
dbuendiab (8/10/2010)
jcboyer-1091017 (8/10/2010)
EXEC sp_xml_preparedocument @idoc...
August 10, 2010 at 5:27 pm
janusz pazgier (8/10/2010)
August 10, 2010 at 3:52 pm
john.moreno (8/10/2010)
The definitive answer for passing a list as a parameter is:
I'm a devote from Erland's work, and it makes me happy to admit I personally had his help...
August 10, 2010 at 3:38 pm
RJ Roberts (8/10/2010)
While I don't have a SS2000 test bed, I'm fairly certain XMl was in 2000. The code I posted works on 2005 for certain.
Yes, but as far...
August 10, 2010 at 3:06 pm
jcboyer-1091017 (8/10/2010)
EXEC sp_xml_preparedocument @idoc OUTPUT, @XMLParameters
insert into...
August 10, 2010 at 3:02 pm
steveplate (8/10/2010)
August 10, 2010 at 2:54 pm
Viewing 15 posts - 16 through 30 (of 43 total)