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 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -