Viewing 15 posts - 16 through 30 (of 109 total)
Hi Steve,
hmm - TDE is not SE but EE.
Parikshit Savjani (MSFT): "TDE is Enterprise edition only"
December 8, 2016 at 11:54 pm
Steve,
I answered all three options correct:
- text/ntext
- XML
- CLR datatypes
but the answer is marked as wrong. In your given solution you mention exactly the same options.
Can you check it?
Best from...
June 29, 2016 at 1:39 am
Hi Folks,
There is a mistake in the correct answers. I have informed Steve to fix it.
Correct answers must be:
- the NON UNIQUE Index stats will be updaten
- the UNIQUE Index...
February 23, 2016 at 11:30 pm
Hallo Hugo,
thank you for this - EXCELLENT - explanation. To be honest; i wasn't at any time so deep into this operator and I really appreciate this deep and detailed...
January 14, 2016 at 5:04 am
sknox (8/7/2015)
August 8, 2015 at 6:33 am
Luis Cazares (8/6/2015)If identity is ever increasing, how can it create the same fragmentation of a random value?[/Quote]
Hi,
fragmentation on an identity value can surely occur if you have a high...
August 6, 2015 at 12:36 pm
Hallo Wayne,
your measures are not correct because you didn't run the process:
- for each table separately
- with 200 concurrent Connections
Than you will have a HIGH fragmentation on the IDENTITY table...
August 6, 2015 at 8:41 am
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
Viewing 15 posts - 16 through 30 (of 109 total)