Viewing 15 posts - 31 through 45 (of 118 total)
graham.day 53003 (8/6/2015)
What are actual performance results of running these three scenarios?
Hallo Graham,
as always - it depends 🙂
In my test Environment with 4 cores, 32 GB and SSD the elapsed...
August 6, 2015 at 3:12 am
Carlo Romagnano (8/6/2015)
Very interesting!Thanks!
😀
But in the real world, if Id is uniqueidentifier, how many splits of page will occur?
The fragmentation of the Indexes (INT or GUID) is nearby the same...
August 6, 2015 at 3:10 am
Hi Patrick,
maybe but this will lead to a wrong answer (as in my case). So - I'm not crazy about the points but the answers are ALL wrong from the...
August 2, 2015 at 6:35 am
Hi Steve,
seems to be NONE of the given examples are correct 🙂
USE [mydb]
GO
ALTER DATABASE [mydb]
MODIFY FILE
(
NAME=N'OldName',
NEWNAME=N'NewName_01'
);
GO
I assume that you have forgotten to...
August 1, 2015 at 11:59 pm
Gosh - failed!
I have to read more carefully the options 🙂
I was focused on the error of the INSERT statement but didn't realize that the result of ERROR_MESSAGE() was asked.
My...
January 8, 2015 at 9:23 am
MohamadHamedi (1/7/2015)
we know that we stored old data from 20120101 to past.
then when we want to search data,check the order date.
if it is older than 20120101 we...
January 7, 2015 at 5:31 am
san1901 (1/6/2015)
CHECK constraints reject values =...
January 6, 2015 at 11:15 am
Hallo ZZartin,
ZZartin (1/6/2015)
Wouldn't the best answer just be to modify the function?
sorry but I don't understand your "recommendation". What modification do you want to do to the function?
January 6, 2015 at 11:07 am
Bob Cullen-434885 (1/6/2015)
January 6, 2015 at 2:50 am
As you have mentioned correctly - the statistics will be updated automatically if an index will be rebuild.
BUT...
There are different problems in the systems which forces a different maintenance for...
December 30, 2014 at 11:06 am
Hi Nic,
there is no way to reset the CT number!
If you need to reset the numbers I would suggest to disable CT and recreate it...
December 30, 2014 at 4:45 am
GilaMonster (12/29/2014)
Uwe Ricken (12/29/2014)
SELECT, INSERT, UPDATE, DELETE are definitely not always single threaded. They can all run in parallel when the optimiser decides that the plan is expensive enough (compared...
December 29, 2014 at 8:20 am
Hi Gail,
SELECT, INSERT, UPDATE, DELETE are definitely not always single threaded. They can all run in parallel when the optimiser decides that the plan is expensive enough (compared with the...
December 29, 2014 at 7:41 am
Hi all, hopefully you all had a wonderful christmas time and big presents 🙂
Concerning the "checklist" there are to much "it depends" on it as I would prefer to use...
December 29, 2014 at 7:00 am
Hey Phil,
why doesn't it meet the requirements / question?
He wants to have the content of the index itself or do I missunderstand the request?
CREATE TABLE dbo.foo
(
idINTNOT NULL,
...
November 26, 2014 at 4:38 am
Viewing 15 posts - 31 through 45 (of 118 total)