Viewing 14 posts - 31 through 44 (of 44 total)
Lol! We can get our databases down to just one "Thing" table with two columns. Awesome.
Of course, come to think of it, we may laugh at today, but...
January 18, 2005 at 2:35 pm
Really enjoyed the article. I think however, we all know the best way to name table aliases and variables: After ex girlfriends and cartoon characters. 😉
December 17, 2004 at 8:20 am
You've stopped and restarted the SQL Server?
November 11, 2004 at 7:33 am
It's funny and everything to use the phrase "baaad developer", but the problem is, I have to edit the article to show it to the developers. I'm not sure this...
August 2, 2004 at 7:51 am
A schema is just the structure of the database or database object; that is, the T-SQL. It's been discussed here as if it's some ethereal notion or pie in the...
May 21, 2004 at 8:30 am
And note that it it still gets truncated if you increase QA's results limit to 8192 (instead of 256).
March 25, 2004 at 7:55 am
I kept waiting for the COASLESCE function in this article! Where is it, lol?
March 15, 2004 at 8:59 am
"Bad" commenting is the least of my worries. Holy cow.. I'm trying to get these people to comment at all! I'm darned sure not going to complain about how they...
January 23, 2004 at 9:00 am
You know, it's not world hunger or anything, but why can't you have 3 wrong answers, and 1 right answer on the questions, instead of 2 wrong answers, 1 that...
January 22, 2004 at 8:28 am
There's no such word as "virii". It's "viruses".
December 29, 2003 at 2:31 pm
Why have a primary key on every table? Because Dr. Codd said so. I just have my developers read some Codd or Date and they don't bug me...
November 10, 2003 at 7:33 am
Though I "got this question right", I completely agree that clearer wording would be nice, eg, "Above what memory point..."
September 16, 2003 at 1:25 pm
The answer appears to be incorrect.
In one connection, do this:
----------------------------------------
alter database northwind
set single_user
with rollback after 30 seconds
----------------------------------------
In another...
August 29, 2003 at 12:33 pm
How about a SELEDELETUPSERTIFCASEDBCCBAKRESTORE statement that does everything at once? You can just run a SELEDELETUPSERTIFCASEDBCCBAKRESTORE and be out of the office by 9:30.
July 28, 2003 at 7:16 am
Viewing 14 posts - 31 through 44 (of 44 total)