Viewing 15 posts - 136 through 150 (of 378 total)
The funny thing is that personally, I moved away from doing all data access and manipulation by means of stored procedures. For me, the change has been a blessing as...
April 27, 2012 at 8:02 am
Very likely I will keep working in IT in one capacity or another.
Even if just because that is where my non-age limited talents are and I got a proven track...
April 27, 2012 at 7:41 am
mtassin (4/26/2012)
April 27, 2012 at 2:03 am
ben.kimball (4/26/2012)
Dynamic SQL = BAD/Slow/Insecure/Sign of an Inexperienced Developer.
As usual...it depends :).
Mostly on when to use it, because if the nature of the problem you try to solve is dynamic,...
April 26, 2012 at 1:37 pm
Maybe it is me overreacting here, if so I stand corrected, but I think this article should have been screened out and not get published.
I do not know the formal...
April 26, 2012 at 8:55 am
ben.kimball (4/26/2012)
SQL syntax has become too obtuse for what we need it to do these days. Need a...
April 26, 2012 at 8:34 am
kevriley (4/26/2012)
April 26, 2012 at 8:26 am
ukarjee (4/26/2012)
Can dynamic sql help?
Functional speaking, ... it can, ... but see my earlier response as to why you should NOT do that! What you can do, and problablly...
April 26, 2012 at 6:42 am
sknox (4/26/2012)
Let me see if I can explain this much more simply:
ORDER BY takes as its arguments a set of expressions, each optionally followed by a direction indicator, separated by...
April 26, 2012 at 6:33 am
Not to mention some changes in delta scripts are irreversible (or very difficult/costly to make them), which in fact favors a snapshot methodology. You could with every revision copy the...
April 6, 2012 at 3:26 am
I am not debating whether it will be the faster method or not, it's simple well thought out contruction will make sure it is. But it can potentially have much...
March 15, 2012 at 7:56 am
Jeff Moden (3/15/2012)
peter-757102 (3/15/2012)
And on the extra bright side, in a few...
March 15, 2012 at 7:12 am
Jeff, did you receive any news regarding the performance characteristics of the code (or variations) on SQL Server 2012?
And on the extra bright side, in a few months I will...
March 15, 2012 at 3:40 am
Actually, while XML in readable form is pretty bloated due to it being so verbose (hard to argue with you there). For storage however it can be very compact when...
February 23, 2012 at 3:01 am
Silly hierarchies?
I know a lot, if not most people creating XML are quite bad at the modeling and encoding part of their data. For example, nearly all XML documents I...
February 22, 2012 at 10:00 am
Viewing 15 posts - 136 through 150 (of 378 total)