Viewing 15 posts - 1 through 15 (of 15 total)
Hi,
I don't know the answer but i am very interested in that topic.
Also i would like to know how can i restore backup file from tape to disk, just to...
March 3, 2006 at 1:45 am
Try something like this:
use msdb
go
select top 200 b.backup_set_id, b.backup_start_date, b.backup_finish_date,
bm.physical_device_name,
cast (((b.backup_size / 1024) /1024) / 1024 as decimal(16,2)) AS GB
from backupset b join backupmediafamily bm
on b.media_set_id =...
May 20, 2005 at 2:06 am
Hi
I think but not sure, that you have to move sql cluster group to another node.
May 20, 2005 at 2:03 am
Hi Bruce
It would be nice if you send me your code.
Thanks a lot
aleksandar
July 5, 2004 at 3:24 am
THANKS Amit
That is what i wanted, but how can i see and order id for maximum sum.
Alex
June 16, 2004 at 12:32 am
Can you tell me how can i send output to text file.
April 13, 2004 at 6:14 am
yes, i used EM, but the same think was with DBCC SHRINKFILE
alex
March 22, 2004 at 8:00 am
Viewing 15 posts - 1 through 15 (of 15 total)