How to get the LDF file name of a DataBase

  • Thread starter Thread starter ad
  • Start date Start date
For example looking for data about 'pubs' database

sp_helpdb 'pubs'

sp_helpdb is a built-in procedure in SQL Server.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top