Posts
Sort by recent activity
sqb2mtf generates multiple files
Hi,
I use sqb2mtf.ext to convert a .sqb file to SQL Server native format. But I got multiple output file.C:\Users\e>"C:\Program Files (x86)\Red Gate\SQL Backup 6\sqb2mtf.exe" "C:\TEMP\fu...
backup verify ok on one instance but gives error on another
Hi,
I'm using different versions of SQL BACK on different instances. I backup a database on instance0. Then verified it on instance0, everything is good. Then I copy the backup to instance1 and ins...
feature suggestion
Hi,
Let's say we have 2 databases A and B. Some objects exists in A not in B. After I compare A with B, I got an synchronization script which can create these missing objects in B. In the script it...
suggestion
Hi,
This suggestion is not specific to SQL Compare, it's a general idea.
I suggest redgate make a centralized location to save all server permission. Then all redgate software can share this inform...
result returned by multi script is different from ...
Hi,
I use multi script to run the following script(test whether the sqlbackup is installed on the server):
DECLARE @result INT;
SELECT @result = ISNULL(OBJECT_ID (N'master..sqlbackup'),...
How to programmatically identify the type of an sqb file?
Hey,
How to programmatically identify the type of an sqb file? Such as whether it's an full backup or log backup.
Thanks.
Does SQL Dependency support SQL Server 2008 R2?
Hi,
I use sql dependency tracker connect to a sql server 2008 r2 database and get the following error:Unsupported or unrecognised SQL Server version: 10.50.1600
ConnectionPropertiesException
a...
Are there some documentation for the sql backup database?
Hi,
Are there some documentations for the sql backup database data.sdf that I can reference? I mean the description of the table columns etc.
Thanks.
How to get sql backup version using tsql?
Hi guys,
How can I get the version of SQL Backup server component using TSQL?
Thanks.
feature request
Hi friends,
I use sql prompt 4 to help me write an insert statement, it generate the following text:INSERT INTO dbo.t1
(c1, c2)
VALUES ('', -- c1 - varchar(4)
...