Comments
Sort by recent activity
The sqlbackup stored procedure is in the master database. So master..sqlbackup should be used. If you still get this error once you have run it using master..sqlbackup then please let us know.
Thanks,
- James / comments
The sqlbackup stored procedure is in the master database. So master..sqlbackup should be used. If you still get this error once you have run it using master..sqlbackup then please let us know.
Than...
Hi there,
Your screenshots do indeed look very strange. In the screenshot with the browser showing and no scroll bars the right edge of the window is missing, is there any reason for this or does it just happen as soon as you expand a group bar?
For the results screen this also looks very strange - do you definately have all of the columns mapped and included in the comparison (if you generate a script does it update all of the columns or just the ones you can see)?
Ctrl-Home, Ctrl-End, Ctrl - -> and Ctrl - <- should allow you to navigate the bottom grid with the keyboard.
Could you let me know what version of windows you are running this on and what theme etc you are running?
Many thanks,
- James
--
James Moore
Red Gate Software Ltd / comments
Hi there,
Your screenshots do indeed look very strange. In the screenshot with the browser showing and no scroll bars the right edge of the window is missing, is there any reason for this or does i...
Hi,
Could you send me some screen shots of exactly what you see. My email address is james <dot> moore <at> red-gate.com.
Many thanks,
- James / comments
Hi,
Could you send me some screen shots of exactly what you see. My email address is james <dot> moore <at> red-gate.com.
Many thanks,
- James
Joe,
You might also want to turn off transactions in the output script (you can do this from project options) as this will allow SQL Server to process your script more efficiently without having to worry about rolling back any changes.
- James
--
James Moore
Red Gate Software Ltd / comments
Joe,
You might also want to turn off transactions in the output script (you can do this from project options) as this will allow SQL Server to process your script more efficiently without having to...
Hi SQL_Rookie,
Data Compare projects work in the following fashion in regards to this -
When you select/deselect/map/unmap a table/view this action is recorded in the project then when you try and get the mappings - IE switch to the tables and views tab - these actions are replayed over the set of mappings created to try and generate the same mappings/selections you had previously - if any step of this replaying fails all tables are selected (the default state).
This can lead to the incosistency you describe since if you hit select all then deselect half a dozen tables when it replays it will try and do the same thing - IE any tables which were not explicitly deselected will be selected - if the schemas are identical (please check with SQL Compare in case keys are missing etc) - then you should have the same selection made.
If the above does not explain the behaviour you are seeing then please let us know.
Sorry for any inconvience; we tried to pick the most intuative behaviour for the projects in relation to this but which ever way we went we were always going to get it wrong for a few people.
Many thanks,
- James
--
James Moore
Red Gate Software Ltd / comments
Hi SQL_Rookie,
Data Compare projects work in the following fashion in regards to this -
When you select/deselect/map/unmap a table/view this action is recorded in the project then when you try and ...
Please contact support@red-gate.com and they should be able to assist you.
- James
--
James Moore
Red Gate Software Ltd / comments
Please contact support@red-gate.com and they should be able to assist you.
- James
--
James Moore
Red Gate Software Ltd
You can do this in the following fashion:
If we run the command:
master..sqlbackup N'-SQL "BACKUP DATABASE [pubs] TO DISK = ''d:\pubs_01.sqb'', DISK = ''D:\pubs_02.sqb''"'
You can then run
sqb2mtf d:\pubs_01.sqb d:\pubs_01.bak
sqb2mtd d:\pubs_02.sqb d:\pubs_02.bak
To create the two mtf files, you can then run
RESTORE DATABASE [pubs] FROM DISK = 'd:\pubs_01.bak', DISK = 'd:\pubs_02.bak' WITH REPLACE, MOVE 'pubs' TO 'd:\pubs.mdf', MOVE 'pubs_log' TO 'D:\pubs_log.ldf'
Hope this helps,
- James
--
James Moore
Red Gate Software Ltd / comments
You can do this in the following fashion:
If we run the command:
master..sqlbackup N'-SQL "BACKUP DATABASE [pubs] TO DISK = ''d:\pubs_01.sqb'', DISK = ''D:\pubs_02.sqb''"'
You can then run
sqb2mtf ...
Hi Paul,
If you need some more time for your trial - so that you can complete your project - then please contact sales@red-gate.com or call them on one of the following numbers:
1 866 733 4283 (toll free USA and Canada)
0800 169 7433 (UK free phone)
+44 (0)870 160 0037 (rest of the world)
and our sales department should be able to sort out a trial extension license for you.
Hope this helps,
- James
--
James Moore
Software Developer
Red Gate Software Ltd / comments
Hi Paul,
If you need some more time for your trial - so that you can complete your project - then please contact sales@red-gate.com or call them on one of the following numbers:
1 866 733 4283 (tol...
As a work around it might be worth having a look at using SQL Compare and SQL Data Compare (you would need to move the DTS packages by hand) - this should allow you to shift the database from SP4 back to SP3a without loss of data.
- James
--
James Moore
Red Gate Software / comments
As a work around it might be worth having a look at using SQL Compare and SQL Data Compare (you would need to move the DTS packages by hand) - this should allow you to shift the database from SP4 b...