You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RESTORE DATABASE RDMP_Catalogue2
FROM DISK = 'd:\temp\RDMP_Catalogue.bak'
WITH MOVE 'RDMP_Catalogue' TO 'C:\Users\44777\RDMP_Catalogue2.mdf',
MOVE 'RDMP_Catalogue_log' TO 'C:\Users\44777\RDMP_Catalogue2_log.ldf' , NOUNLOAD, REPLACE, STATS = 5
The text was updated successfully, but these errors were encountered:
User Story
I want to load a .bak data file with RDMP dle
Is your feature request related to a problem? Please describe.
Generating .bak file for testing
For testing to generate a .bak file use something like:
Restoring
First user must know the name of the database(s) and log files contained in the .bak archive. Archive can have multiple databases.
This will output something like:
Then to actually restore it run:
The text was updated successfully, but these errors were encountered: