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

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -