Brendo
15 years agoLevel 2
SQL databases no longer backup after recent updates
Last week I upgraded one of our database programs. Since then I have realized there was also an automatic update from MS installec, hotfix 2055 for SQL 2000. I am not sure why that hotfix was installed as I am running SQL 2005, not 2000. I attempted to remove it, however it informed me I would adversly affect 30 other programs so I decided not to go that route quite yet. To make a long story short, BE can no longer backup any of my SQL databases, not just the one I updated. I get several errors, but the latest is that the database is in use. I can run the backup just fine in the SQL enterprise manager, so it has something to do with BE and SQL working together.
Has anyone seen this in the past week?
Any suggestions where to start?
Thanks,
Has anyone seen this in the past week?
Any suggestions where to start?
Thanks,
- the mismatch of those 2 DLL's is most likely what is causing the issue. I would suggest contacting Microsoft to getting both of those files to the latest version.
Backup Exec doesn't do SQL backups the same way that SQL does dumps. Backup Exec has to use the SQL VDI interface to query SQL and that will send Backup Exec all the data. When you do a SQL Dump from inside of SQL it does not query SQL VDI, only 3rd party applications use it (as per design from Microsoft).