Viewing 15 posts - 7,306 through 7,320 (of 7,484 total)
majorbloodnock (2/5/2010)
February 16, 2010 at 8:11 pm
lmu92 (2/6/2010)
CirquedeSQLeil (2/6/2010)
February 16, 2010 at 7:15 pm
Best QOTD I've seen for a while. It forced me to think.
February 16, 2010 at 12:42 pm
I see that the SP uses varchar(max) so the base must be at least SQLS2005, so probably you should not have considered using syscomments, which exists in 2005 and 2008...
February 16, 2010 at 12:21 pm
I think that what is going on here is that the properties of the connection are over-riding the DB option - the connection supporting a QA or SMSS query window...
February 16, 2010 at 8:45 am
Trouble with this question is that it is oversimplified.
For passwords there's a need to distinguish between (i) the passwords of individual people, (ii) group passwords, (iii) functional passwords which are...
February 15, 2010 at 12:46 pm
paul.goldstraw (2/15/2010)
February 15, 2010 at 12:06 pm
kaspencer (1/28/2010)
February 15, 2010 at 7:42 am
bitbucket-25253 (2/14/2010)
February 15, 2010 at 6:14 am
sknox (2/1/2010)
In this case, for...
February 14, 2010 at 2:23 pm
bitbucket-25253 (2/14/2010)
Tom.Thomson
Yes, it's a good clear question, a correct answer, and an "explanation" which doesn't explain anything at all about why that is the correct answer
From the reference cited...
February 14, 2010 at 2:08 pm
Jorge Segarra (2/14/2010)
Actually to add to your excitement, that line is a little misleading.
Yes, that's what I meant when I said MS must have forgotten to change...
February 14, 2010 at 1:56 pm
mbarrington (1/25/2010)
http://www.joelonsoftware.com/articles/Wrong.html
If you skip...
February 14, 2010 at 10:39 am
GilaMonster (1/25/2010)
The only thing that I use prefixes on are indexes, primary keys and unique constraints. Why? Well, two reasons. They never appear in code (or at least shouldn't) and...
February 14, 2010 at 9:55 am
WayneS (1/24/2010)
A better explanation might be explaining how, with cascading deletes,...
February 14, 2010 at 9:05 am
Viewing 15 posts - 7,306 through 7,320 (of 7,484 total)