Viewing 15 posts - 451 through 465 (of 515 total)
I'd think (from a performance standpoint) using LIKE is the *last* thing you'd ever want to do. Especially the "Like %X%" construction, since at best it's going to do an...
August 31, 2010 at 7:02 am
James Stover (8/10/2010)
August 11, 2010 at 7:02 am
As always, the devil is in the details.
First, who's going to be subject to the regulations? Is it only for "large" companies? Or everyone? If everyone, then *everyone* will...
August 9, 2010 at 7:18 am
Depressing.
What's even worse is the realization it's *NECESSARY* to have such a large body of collected knowledge. In my humble opinion (hah!). Having to know so much means SQL Server...
July 16, 2010 at 6:37 am
Amen to readability, and a double-plus-amen to comments.
You need *both*.
I've been in the unfortunate position of having a boss who considered comments nothing but time-wasting fluff. He reprimanded me for...
June 18, 2010 at 6:41 am
djackson 22568 (5/21/2010)
C is an abomination? Have you seen java?
Where do you think they got Java's syntax from? 🙂
Any language with C-based syntax (including TADS) is from the...
May 24, 2010 at 7:03 am
djackson 22568 (5/21/2010)
May 24, 2010 at 7:00 am
Miles Neale (5/21/2010)
May 24, 2010 at 6:55 am
Despite the fact I'm an ardent Python fan (and LOVE block indentation!!!!!!!!!!!!!!!!) I can get behind case insensitivity in languages and databases. In fact, except for a very very few...
May 21, 2010 at 6:54 am
TheSQLGuru (3/16/2010)
March 17, 2010 at 7:01 am
A very sobering read, as I'm embarking on the from-scratch rewrite of our company's backbone application to use SQL Server (basically it runs the company) and unfortunately I *am* the...
March 16, 2010 at 10:42 am
Allow me to be the voice of caution. T-SQL is one of the worst languages around when it comes to sheer drudgery so code-writing programs can indeed be extremely helpful.
However....
March 10, 2010 at 7:04 am
David Portas (3/2/2010)
RalphWilson (3/2/2010)
If you just arbitrarily do things like using IDENTITY_INSERT or reseed the Identity column, then, IMHO, you deserve to have problems. If you don't screw around...
March 3, 2010 at 7:21 am
Les Cardwell (3/1/2010)
March 1, 2010 at 3:09 pm
I favor using identities in *almost* every table, even those that have one or more natural unique keys. For one thing it makes logging much simpler, a single quad of...
March 1, 2010 at 8:22 am
Viewing 15 posts - 451 through 465 (of 515 total)