NickCorlett
Technical User
Has anybody else noticed an increase in the time taken to backup a database to a dump device in SQL Server 2005.
The following code:
"BACKUP DATABASE MyDb TO MyDbDump WITH NOFORMAT, INIT, NOSKIP, NOREWIND, NOUNLOAD" is taking 25% longer to backup in SQL 2005 than SQL 2000, this is also on a faster server!!
Strikes me as being a bit strange
The following code:
"BACKUP DATABASE MyDb TO MyDbDump WITH NOFORMAT, INIT, NOSKIP, NOREWIND, NOUNLOAD" is taking 25% longer to backup in SQL 2005 than SQL 2000, this is also on a faster server!!
Strikes me as being a bit strange