Posts
Sort by recent activity
Auto-retry when DISCONNECT_EXISTING fails?
I am using SQL Backup 7.1.0.72 and I was trying to restore a database with the "DISCONNECT_EXISTING" parameter but the restore failed with the following in the log:
8/8/2012 10:18:05 AM: Failed to ...
Access violation error
While running a restore on a database, I got this error:
Error: Access violation at address 77748DC9 in module 'ntdll.dll'. Write of address 00000014
I'm using SQL Backup 7.1.0.214. I ran this rest...
Unable to save information inside GUI's "Server Options"
I have updated the GUI to SQL Backup 7.0.6.2 and the server components too. I right-click on the server in the GUI and choose Options. The "Server Options" dialog box comes up. I made changes in th...
Getting "Unhandled exception has occured.." message
I recently upgraded to SQL Data Compare 10.2.0.315 and uninstalled version 9. Now whenever I open up SSMS and use the object explorer in there to connect to a sql server I get a popup message that ...
Version 9.0.0.79 does not re-enable DDL triggers after sync
Either I am missing something obvious here or there is a bug with this version..
Inside project options tab->under Behavior, I have checked the box that reads "Disable DDL triggers during synchroni...
Using sqbdata to get the log filename
The following is just pseudo-code.
DECLARE @dbname NVARCHAR(MAX)
DECLARE @logname NVARCHAR(MAX)
SET @dbname='MyDB'
SET @logname=EXEC master..sqbdata 'select logfilename from restorehistory where re...
Restore process has erratic speed fluctuations
I don't understand why the restore durations are very erratic for the same database, same size, every night.
I know for sure that there is nothing else running on the server at those times that cou...