Viewing 15 posts - 136 through 150 (of 212 total)
"Dropping a rebuilding a clustered index on a partition scheme will move disk to other drives." :w00t:
Are you serious? What if I only have one disk (physical or logical (like...
December 9, 2009 at 2:49 am
Ray Laubert (12/8/2009)
But...
December 9, 2009 at 1:46 am
vk-kirov (12/8/2009)
mohd.nizamuddin (12/8/2009)
However, in the example the functions Count(*), SUM, MAX, MIN etc are not a deterministic function.
This is incorrect. Check BOL (Deterministic and Nondeterministic Functions): http://msdn.microsoft.com/en-us/library/ms178091.aspx
All of the aggregate...
December 8, 2009 at 5:39 am
ebenraja (10/29/2009)
I do have a 'SQL user' who runs a lot of queries that causes performance issues to the database machine. I want to write a query that would...
October 30, 2009 at 7:30 am
jcrawf02 (10/29/2009)
October 30, 2009 at 7:25 am
Fatal Exception Error (10/16/2009)
October 16, 2009 at 6:52 am
Hugo Kornelis (10/16/2009)
October 16, 2009 at 5:02 am
diamondgm (10/16/2009)
October 16, 2009 at 1:28 am
Thank you!! This solved my issue and you saved us a lot of money.
Harold Joubert (9/27/2009)
October 13, 2009 at 5:39 am
As you all pointed out Bool does not exist in SQL Server, and I replaced it with a char(1). In my environment (SQL server 2008 on a server with 4...
September 22, 2009 at 1:18 am
The answer option with a clustered index included dropping of same because it had to be assumed that the schema should remain unchanged. In an idea world, a table with...
August 26, 2009 at 7:04 am
I got 3.4 in SQL server 2008, but I expected to get 3.399999
August 18, 2009 at 11:00 am
Viewing 15 posts - 136 through 150 (of 212 total)