Viewing 15 posts - 496 through 510 (of 5,685 total)
The XML that SQL forms won't have a header. What you do is produce your XML from your SELECT ... FOR XML <whatever> and dump that into a variable.
Then...
January 22, 2014 at 11:39 am
mario17 (1/21/2014)
While doing INTO you lock tables fro the whole duration of your query.While loading result into pre-allocated is not, (or significantly decrease locking time)
Whut? The source tables will...
January 21, 2014 at 5:28 pm
Dalkeith (1/21/2014)
ssmith94015 (1/21/2014)
I am also an accountant
Yeah another accountant in the world of systems design. I am always surprised and disappointed that accountants don't take a deeper dive into...
January 21, 2014 at 11:38 am
bala2 (1/21/2014)
sql is not listen on ip address of both nodes but listens on virtual Sql ip address and virtual SQL cluster name
Not exactly, and you have to...
January 21, 2014 at 11:35 am
Storing any binary component in a database (documents, pdfs, images, whatever) is usually only done when the stored component must stay in lockstep with a database restore/recovery, particularly for point...
January 21, 2014 at 11:32 am
It's a preference more than an optimization. I personally prefer to pre-construct my tables for clarity and to allow for index placement manipulation (usually applying the cluster before instead...
January 21, 2014 at 11:23 am
Jim P. (1/21/2014)
Do I have to repeat that here as...
January 21, 2014 at 10:24 am
Steve Jones - SSC Editor (1/21/2014)
January 21, 2014 at 9:22 am
blasto_max (1/16/2014)
Evil Kraig F (1/16/2014)
blasto_max (1/16/2014)
January 16, 2014 at 2:30 pm
Could I ask for another 'voice' on this thread? I'm hoping that another voice will phrase things in a different way that will help make sense to the OP....
January 16, 2014 at 2:04 pm
Koen Verbeeck (1/16/2014)
January 16, 2014 at 2:00 pm
blasto_max (1/16/2014)
January 16, 2014 at 1:58 pm
No keys, full column compare, millions of rows?
Yeah, that's gonna take a while, no way to avoid it.
January 16, 2014 at 1:56 pm
blasto_max (1/16/2014)
I do see Services under Configuration though. I am following...
January 16, 2014 at 1:30 pm
adonetok (1/16/2014)
January 16, 2014 at 12:42 pm
Viewing 15 posts - 496 through 510 (of 5,685 total)