sql server - How to get the physical_name of the secondary log shipping databases? -
the following query returns m:\data\db.mdf
, l:\data\db.log
. however, server doesn't have drive m: , l:.
select * sys.database_files
how physical names of disk files? need detach database , make copy of database files restore on machine since secondary logshipping database cannot backed up. what's best way make copy of secondary db?
Comments
Post a Comment