Browse by Tags

TSQL to get default location of database data and log files?
Published 8 January 8 6:37 AM | SSQA.net
By default the SQL Server database data & log files are created on the default data directory which is Program Files or based on where SQL binary files are installed. In order to find what is the default location you can run following TSQL: declare...