Posts
Sort by recent activity
Incorrect schema change choice to rename a column.
This is the scenario.
I have a table called myTable that originally had an INT column called AccountID
There was a foreign key to the Account table.
I made a schema change to Drop the AccountID col...
RESTORE LOG is terminating abnormally
Hello,
I am receiving the following errors in the sql log.
12/14/2012 2:47:58 AM: Thread 0 error:
Process terminated unexpectedly. Error code: -2139684860 (An abort request is preventing anything e...
Stack Trace
Hello
I am using SQL 2008 MGT Console.
Sql Prompt 4.0.2.27
I have the Master database set as the context of the query.
When I click on the condition for the Left Join below, I get the stack trace b...
Log Restore too recent to apply.
Hello
I am currently on SqlBackup 5.4.0.55
I have implemented a fully automated log ship restore process.
Periodically i receive this error.
SQL Server error
SQL error 3013: RESTORE LOG is terminat...
SQL Backup Reporting a failure but actually succeeding
Hello,
I am getting the following warning from Sql Backup:
Warning 300: Backup failed. Retry attempt: 1
VDI error 1010: Failed to get configuration from server. Check that the SQL Server instance i...
Could not load file or assembly RedGate.SQLCompare.Engine
I have a rather interesting issue. I have an application that is using the SQLCompare Engine. I have never had trouble with it before, but on this particular serve I am getting an exception. Coul...
The GUI Does not support editing the command you selected
Hello
I have an interesting problem editing a SQL Full Backup Job Created with the SQL Backup GUI.
Steps
Create a full backup job that includes all databases on a server.
Save the Job
Now edit the ...
Trouble with SQL Backup stored proc
Hello
I am having difficulty with the SQL Backup stored procedure.
This is the syntax I am using.
Use [master];
EXEC sqlbackup '-SQL "Restore Database MyDB From Disk=[D:\path\backup.sqb] With MOVE ...
Exception when starting Sql Backup Client
I got a stack trace when I launched my Sql Backup Client this morning. I tried removing all my registered connections and readding them, but this did no help.
I did not see anything in the Forums ...
Help with "Conflicthing Schedules"
Hello
I have a server that is currently hosting 60 dbs. I am trying to schedule a Transaction Log backup every hour. Every time I set the job up, it raises an error in the display that the schedu...