Activity overview
Latest activity by cbkowitz
Bug - Dependency shown that does not exist
Ran compare to update a stored procedure from our dev to test environment and it shows a dependency for table that isn't even used in the stored procedure. See attached screen print.
HJoyce wrote:
If the backup was created with multiple threads, when it's converted to native SQL Server format, it will be split into 3 files. t
You can then restore the backup from the 3 files by adding them in the Restore Database dialog in SQL Server Management Studio or in script
RESTORE DATABASE [DB1] from DISK= 'c:\backup1.bak', DISK= 'c:0\backup2.bak', DISK= 'c:\backup3.bak'
Thanks, that make sense. I appreciate your help. / comments
HJoyce wrote:
If the backup was created with multiple threads, when it's converted to native SQL Server format, it will be split into 3 files. t
You can then restore the backup from the 3 files ...
SQL Backup to MTF Converter Problem
I used the GUI version of the SQL Backup to MTF Converter. It runs with no errors, but it's creating 3 seperate .bak files. How can I get it to create one or how I can I use the 3 files to restor...