Viewing 15 posts - 42,421 through 42,435 (of 49,571 total)
I've had no serious accidents in 10 years of driving. One very minor bumper bashing and several close calls though.
Closest call was a couple years back on a highway. There's...
December 11, 2008 at 11:54 am
Bristolred (12/11/2008)
December 11, 2008 at 11:38 am
Glad to hear that.
December 11, 2008 at 11:33 am
Bear in mind that, with the exception of TempDB, running that does not move the files. It just changes the metadata. Once you've run that you need to take the...
December 11, 2008 at 11:10 am
I don't think there are any books specifically for that. The 447 exam covers all the material that 443 and 444 together do. It's just in 1 upgrade exam instead...
December 11, 2008 at 11:09 am
Bristolred (12/11/2008)
December 11, 2008 at 11:00 am
Please don't cross post. It just wastes peoples time and fragments replies.
No replies to this thread please. Direct replies to: http://www.sqlservercentral.com/Forums/Topic618052-1291-1.aspx
December 11, 2008 at 10:52 am
I can't see the full question, so I'm guessing a bit. If you're seeing the database marked 'in recovery' it's either a long restart-recovery, or a problem.
Can you get the...
December 11, 2008 at 10:32 am
Continued here: http://www.sqlservercentral.com/Forums/Topic617982-8-1.aspx
December 11, 2008 at 10:23 am
Josh Turley (12/11/2008)
I posted this in the noob forum too but I figured you might have better answers in here.
Please don't cross post. It just wastes peoples time and...
December 11, 2008 at 10:22 am
Seggerman (12/11/2008)
some of us are (sadly) monolingual and that language is American English
And even those who are not monolingual (British English and Afrikaans) may not understand the terms.
December 11, 2008 at 9:39 am
Philip Horan (12/11/2008)
However I am unable to use the WHERE clause when using a table alias i.e.
WHERE ParentProductId LIKE 'DME_%'
That's a column alias, not a table alias. The select clause,...
December 11, 2008 at 6:09 am
Can you post the table schemas, and the index definitions please?
How many rows is a lakh?
December 11, 2008 at 5:54 am
Back to the original problem.
There are two things causing the slowness.
First, the use of union. If you change all to union all, you'll get the same result (the resultsets can't...
December 11, 2008 at 5:51 am
I don't have your users table, and hence cannot reproduce your test. I tried one using similar queries and the temp table that I specified for an earlier test.
I ran...
December 11, 2008 at 5:21 am
Viewing 15 posts - 42,421 through 42,435 (of 49,571 total)