Viewing 11 posts - 1 through 11 (of 11 total)
I have tried using the DBCC updateusage('master') with count_rows
and sp_updatestats.
But still I am getting different values in fileproperty and .
Can anyone try this out and tell me why this is...
June 14, 2007 at 12:08 am
is there any query that says whether that particular instance is installed on a cluster or not??!!!
December 21, 2006 at 3:37 am
Hi
I just need one more clarification....I dont hav the privilege to do a DBCC update...so I cannot use sp_spaceused with @updateusage parameter. therefore can I use the select...
December 14, 2006 at 3:27 am
Hi All
I just went through the implementation sp_spaceused of SQLServer2005 and I am most certain that they have included the non-clustered indexes also for the space calculation..The non-clustered...
December 14, 2006 at 3:27 am
thanks for the reply guys...that was really helpful and I will let you all know if theres any difference in the implementation of sp_spaceused from 2000....
-Vijay
December 13, 2006 at 9:48 pm
Hi peterhe
How to get the implementation for the system stored procedures??!!!
Thanks for the reply.
Vijay
December 13, 2006 at 9:38 am
Hi
select * from sys.dm_db_index_physical_stats (database_id, null, null, null, 'detailed') by default will work only for certain databases..
grant control server to user_name
use this statement to make it work for all...
November 16, 2006 at 10:45 pm
Sergiy, thanks for correcting me....I didnt notice the datatype is ntext and I was talking about varchar.
sry folks, I havent looked it carefully..will be more careful from now on.
-Vijay
November 8, 2006 at 12:27 am
Hi
There is a limitation to the maximum size of a record in SQL Server 2000.
the combined size of all the columns in a row can be 8060 bytes(max)--refer...
November 6, 2006 at 11:08 pm
Viewing 11 posts - 1 through 11 (of 11 total)