Viewing 15 posts - 166 through 180 (of 201 total)
Good question series. Got owned on the first 2 questions, so decided to read and test a bit on the subject. Now the last 2 questions i have been able...
September 22, 2010 at 11:43 pm
Okay this might come on a bit strong but anyway.
Are you kidding me?
Having a table without anything to uniquely identify a row... okay thats bad.
Okay you say lets create a...
September 22, 2010 at 12:50 am
Nakul Vachhrajani (9/16/2010)
Hugo Kornelis (9/16/2010)
September 16, 2010 at 6:40 am
mlabedz (9/10/2010)
September 10, 2010 at 6:00 am
"ALTER INDEX PK_MyId ON MyTable DISABLE" at this line my brain stopped.
Nice question. Though i think it would have been better if i had stopped at the row above....
September 9, 2010 at 11:17 pm
As for the resource database in SQL2008. Wouldnt you be able to reinstall SQL on a different drive and then copy the old to the new location.
http://msdn.microsoft.com/en-us/library/ms190940.aspx
Im guessing "<drive>:\Program...
September 9, 2010 at 5:24 am
amresh_jhingan (9/6/2010)
I parsed the query before running it.. and it gave me "Command(s) completed successfully.". Not sure why.. ?
Syntax check only. And the syntax is okay. But that doesnt mean...
September 6, 2010 at 4:52 am
Hugo Kornelis (9/6/2010)
tommyh (9/6/2010)
Hugo Kornelis (9/6/2010)
Good question!In addition to your explanation, here is WHY an alias can be used in the ORDER BY, but not in the GORUP BY:
Because Microsoft...
September 6, 2010 at 3:12 am
da-zero (9/6/2010)
tommyh (9/6/2010)
Hugo Kornelis (9/6/2010)
Good question!In addition to your explanation, here is WHY an alias can be used in the ORDER BY, but not in the GORUP BY:
Because Microsoft havent...
September 6, 2010 at 2:25 am
Hugo Kornelis (9/6/2010)
Good question!In addition to your explanation, here is WHY an alias can be used in the ORDER BY, but not in the GORUP BY:
Because Microsoft havent implemented it.
We...
September 6, 2010 at 1:49 am
Robert Dennyson (9/2/2010)
How Do I get list of Business days between two specific days?I should get Date like this
'9/2/2010' to '9/10/2010'
Date should omit the saturdays and sundays from the result
Using...
September 2, 2010 at 4:36 am
Hugo Kornelis (8/24/2010)
ziangij (8/23/2010)
tommyh (8/24/2010)
With every setting at the default however SQL allows this. Now i havent been able to replicate the error.
Frankly, this surprises me a lot more than...
August 24, 2010 at 12:44 am
ziangij (8/23/2010)
for
select ROUND(748.58, -3)
result displayed is 1000.00
but when i execute the same i get an error:
An error occurred while executing batch. Error message is: Arithmetic Overflow.
any...
August 24, 2010 at 12:02 am
Viewing 15 posts - 166 through 180 (of 201 total)