Viewing 15 posts - 31 through 45 (of 113 total)
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
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
Viewing 15 posts - 31 through 45 (of 113 total)