Viewing 2 posts - 1 through 3 (of 3 total)
List the default path for the data/log using TSQL
select SERVERPROPERTY('instancedefaultdatapath') AS [DefaultFile], SERVERPROPERTY('instancedefaultlogpath') AS [DefaultLog]
Verify either of the location does not exist; create the folder and or change the...
July 24, 2015 at 1:41 am
Viewing 2 posts - 1 through 3 (of 3 total)