Viewing 15 posts - 136 through 150 (of 213 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...
/Håkan Winther
MCITP:Database Developer 2008
MCTS: SQL Server 2008, Implementation and Maintenance
MCSE: Data Platform
December 9, 2009 at 2:49 am
Ray Laubert (12/8/2009)
But...
/Håkan Winther
MCITP:Database Developer 2008
MCTS: SQL Server 2008, Implementation and Maintenance
MCSE: Data Platform
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...
/Håkan Winther
MCITP:Database Developer 2008
MCTS: SQL Server 2008, Implementation and Maintenance
MCSE: Data Platform
December 8, 2009 at 5:39 am
Please give bitbucket and Lynn a break! It is hard to write questions to QoT and I have never and never will write a QoT due to all the preasure...
/Håkan Winther
MCITP:Database Developer 2008
MCTS: SQL Server 2008, Implementation and Maintenance
MCSE: Data Platform
November 18, 2009 at 12:34 am
Lynn Pettis (11/17/2009)
select getdate(), getutcdate()
you may get a result like this:
2009-11-17 06:16:57.527 2009-11-17 13:16:57.527
They appear different, but are actually...
/Håkan Winther
MCITP:Database Developer 2008
MCTS: SQL Server 2008, Implementation and Maintenance
MCSE: Data Platform
November 17, 2009 at 6:46 am
rene-500237 (11/17/2009)
If the UTC time is marked as UTC then I would say TRUE otherwise FALSE.
I agree, everyone does not live in GMT zone or install our OS with GMT...
/Håkan Winther
MCITP:Database Developer 2008
MCTS: SQL Server 2008, Implementation and Maintenance
MCSE: Data Platform
November 17, 2009 at 1:08 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...
/Håkan Winther
MCITP:Database Developer 2008
MCTS: SQL Server 2008, Implementation and Maintenance
MCSE: Data Platform
October 30, 2009 at 7:30 am
jcrawf02 (10/29/2009)
/Håkan Winther
MCITP:Database Developer 2008
MCTS: SQL Server 2008, Implementation and Maintenance
MCSE: Data Platform
October 30, 2009 at 7:25 am
Fatal Exception Error (10/16/2009)
/Håkan Winther
MCITP:Database Developer 2008
MCTS: SQL Server 2008, Implementation and Maintenance
MCSE: Data Platform
October 16, 2009 at 6:52 am
Hugo Kornelis (10/16/2009)
/Håkan Winther
MCITP:Database Developer 2008
MCTS: SQL Server 2008, Implementation and Maintenance
MCSE: Data Platform
October 16, 2009 at 5:02 am
diamondgm (10/16/2009)
/Håkan Winther
MCITP:Database Developer 2008
MCTS: SQL Server 2008, Implementation and Maintenance
MCSE: Data Platform
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)
/Håkan Winther
MCITP:Database Developer 2008
MCTS: SQL Server 2008, Implementation and Maintenance
MCSE: Data Platform
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...
/Håkan Winther
MCITP:Database Developer 2008
MCTS: SQL Server 2008, Implementation and Maintenance
MCSE: Data Platform
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...
/Håkan Winther
MCITP:Database Developer 2008
MCTS: SQL Server 2008, Implementation and Maintenance
MCSE: Data Platform
August 26, 2009 at 7:04 am
I got 3.4 in SQL server 2008, but I expected to get 3.399999
/Håkan Winther
MCITP:Database Developer 2008
MCTS: SQL Server 2008, Implementation and Maintenance
MCSE: Data Platform
August 18, 2009 at 11:00 am
Viewing 15 posts - 136 through 150 (of 213 total)