sql server - How to read Db name within .bak file? -


i have sampledb.bak file. possible read db name within .bak file without restoring?

below query give logical file(data file , log file) name of backup.

restore filelistonly disk = 'd:\mybackups\backup.bak' 

fore more info on filelistonly


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

c++ - How to test/verify that zero-initialization takes place -

node.js - Webpack/TypeScript Raising Errors When node_modules is Excluded -