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 -

React Native allow user to reorder elements in a scrollview list -

multithreading - Exception in Application constructor -