Viewing 6 posts - 1 through 6 (of 6 total)
You could always try running the query below and see how much free space is returned.
SELECT SUM(unallocated_extent_page_count) AS [free pages] ,
(...
February 16, 2011 at 2:39 pm
Perfect!!!
Thanks!!!
November 11, 2009 at 1:56 pm
The index that I am testing with is only 63 KB.
August 7, 2009 at 6:54 am
Thanks for the reply...
Would you happen to have the code for this?
This is what I was hoping to use with the backup devices
DECLARE csrBackups CURSOR FOR
SELECT name FROM sys.sysdevices
OPEN csrBackups
DECLARE...
August 7, 2009 at 6:36 am
Perfect!!!
Thanks Ken
June 9, 2009 at 1:58 pm
Viewing 6 posts - 1 through 6 (of 6 total)