Viewing 15 posts - 1 through 15 (of 22 total)
Use the following Query to find the statistics last updated date
select object_name (i.id)as objectname,i.name as indexname,i.origfillfactor,i.rowcnt,i.rowmodctr ,STATS_DATE(i.id, i.indid) as ix_Statistics_Date,o.instrig,o.updtrig,o.deltrig,o.seltrig
from sysindexes i INNER JOIN dbo.sysobjects o ON i.id = o.id
where...
December 28, 2009 at 9:50 pm
Thanks for reply. We are using X86 and linked server we are using sql native client provider. we did inplace upgrade from sql server 2000 to sql server 2005. Automatically...
January 31, 2008 at 10:44 am
I verifyed with AD group and SPN is ok.
May 10, 2007 at 3:38 pm
There is only one file and 4 columns on clustered index.
thnaks for helping.
July 11, 2006 at 9:19 am
After reindex only i got above results. but still Extent Scan Fragmentation ...................: 31.57%
April 24, 2006 at 11:28 am
i found the answer on microsoft site
sp_dropserver <old_servername\instancename>
go
sp_addserver <new_servername\instancename> , local
go
August 10, 2005 at 10:31 am
Thanks for reply. I will try this weekend.
Regards
Ram
April 20, 2005 at 10:39 am
I drop the statistics and after that i drop the column sucessfully.but still i have one more column problem , i am trying to drop Constraint but i am getting...
December 26, 2003 at 11:25 am
Good idea but table is very big (95 million records)and table has 49 columns.
November 14, 2003 at 8:14 am
Viewing 15 posts - 1 through 15 (of 22 total)