Viewing 15 posts - 31 through 45 (of 109 total)
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
Hi Faraz,
you can use DBCC IND if you use SQL Server < 2012 or sys.dm_db_database_page_allocation for SQL Server >= 2012.
This will give you a list of allocated pages.
To have a...
November 26, 2014 at 12:48 am
Eirikur Eiriksson (9/8/2014)
Thanks for the question Steve but oooops:crazy:, please correct the answer!😎
+1
I thought beeing in the wrong theater 🙂
September 9, 2014 at 1:16 am
gbritton1 (8/27/2014)
August 27, 2014 at 7:31 am
TomThomson (8/26/2014)
4?? Surely 2 ? 4 would have given 25, not 23.Nice question, anyway.
AAARGH - I'm a scatterbrain.
You are right - it should be 2 not 4!
To early in...
August 26, 2014 at 1:53 am
Hi Rishi,
a good (the best) starting point is "SQL Server Internals" from Kalen Delaney. On Page 309 you find a pretty cool explanation of the row structure. Furthermore you will...
August 25, 2014 at 11:54 pm
rishi-445055 (8/25/2014)
So if we make Code Nullable should not the query become non-sargeable, thereby meaning it does not use the Index ix_CCode, but making the column as Null still uses...
August 25, 2014 at 11:35 pm
sql-lover (7/5/2014)
I won't waste my time arguing with you. Your statements clearly shows you have zero working experience.[/QUOTE]
OK - you got me 🙂
sql-lover (7/5/2014)Moreover, based on your posts on this...
July 9, 2014 at 10:49 pm
sql-lover (7/1/2014)
There is no difference between Unique Index and Unique Constraint, besides the obvious syntax of course.[/QUOTE]
I don't know your knowledge but such an ignorance of ANSI defintions is...
July 1, 2014 at 10:53 pm
Viewing 15 posts - 31 through 45 (of 109 total)