Viewing 3 posts - 1 through 3 (of 3 total)
That's great! I'm glad its helped, and thank you for letting me know.I'd like to add your change to the original post if you have no objections?
January 11, 2019 at 2:10 am
#2018669
Ah! I see.
Thank you, Budd 🙂
November 17, 2016 at 2:57 am
#1912989
Budd (11/16/2016)
SELECT TOP(1)
-- Get the path location by trimming the file name and file extension.
LEFT(physical_name,LEN(physical_name) - (LEN([name]) + 4) )
FROM sys.database_files
...
November 16, 2016 at 9:44 am
#1912847