Viewing 10 posts - 31 through 40 (of 40 total)
Thanks to everyone for the replies. Some good info.
August 24, 2009 at 8:54 am
Yeah...I think the separate DB thing is probably gonna be the way we have to go. I'm 99% sure that they're not gonna go for taking the images out...
July 24, 2009 at 7:02 am
Thanks for the reply. However, I don't see how striping the backups across drives will help. Currently, space is not an issue for us. Also, due to...
July 23, 2009 at 8:14 pm
July 14, 2009 at 10:09 am
Well, I ran this script (please forgive the formatting);
SELECT
s.database_name,
m.physical_device_name,
cast(s.backup_size/1000000 as varchar(14))+' '+'MB' as bkSize,
CAST (DATEDIFF(second,s.backup_start_date , s.backup_finish_date)AS VARCHAR(4) +' '+'Seconds' TimeTaken,
s.backup_start_date,
CASE s.[type] WHEN 'D' THEN 'Full'...
May 14, 2009 at 8:40 am
I mean, I know you can't give me a definitive answer about performance without knowing our system specs. I just want to make sure this is possible, and that...
March 10, 2009 at 2:15 pm
Thanks for the reply. Our subscriber is only going to be used for testing against "near-production" data, in case something is suspicious on our publisher. The publisher will,...
March 10, 2009 at 2:13 pm
Viewing 10 posts - 31 through 40 (of 40 total)