Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
KarlAdcock
Starting Member
1 Post |
Posted - 2014-05-03 : 01:32:52
|
HiPlease could you help me with the following.We have a SQL Server 2008 running as a virtual machine in ESXi 5.1The machine is backed up daily by backup exec 2012During the backup events the IO is frozen and the after that the IO is resumed.My problem is thisDuring this time of 14 seconds +- the data that comes in to the database server seems to be thrown away.When we look at the trends using the data we can see the signals drop off for the time and then come back again.Is this the way it should work or have we forgotten to set something.Really appreciate your taking time to assistKarl |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2014-05-06 : 15:27:26
|
Are you separately backing up the databases in SQL Server? If so, you need to exclude the SQL Server backups. If you aren't, then you need to make sure Backup Exec is configured properly. It should not be backing up the mdf/ldf/ndf/etc files. It should instead be running SQL Server backups. Regarding data being thrown away, I would think that's due to the IO being frozen and the application's timeout value. You need to determine if the queries are failing, timing out, etc. Run a trace to see what's going on.Tara KizerSQL Server MVP since 2007http://weblogs.sqlteam.com/tarad/ |
|
|
Lenora
Starting Member
1 Post |
Posted - 2014-05-08 : 16:38:18
|
Make sure SQL utilities are not being ran during the backupLenora MossBackup Exec Technical Support Engineerwww.symantec.com |
|
|
|
|
|