Guest User

Untitled

a guest
Jan 22nd, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. USE [Old Database]
  2. GO
  3. SELECT * INTO [the blank table you've created in the new database]
  4. FROM [the table on the backup, that has Data]
  5.  
  6. RESTORE LOG AdventureWorks FROM AdventureWorksBackups WITH FILE=4, NORECOVERY, STOPAT = 'Apr 15, 2020 12:00 AM';
Add Comment
Please, Sign In to add comment