Select a valid file path?
You don't even show us the full file path. Nor do you tell why you think the select path should work.
And on top of that you have select the tag sql-server-transact-sql for your question - there is no connect to T-SQL here.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hey guys can helo me to fx this error
Select a valid file path?
You don't even show us the full file path. Nor do you tell why you think the select path should work.
And on top of that you have select the tag sql-server-transact-sql for your question - there is no connect to T-SQL here.
Hi SaeidAgheli-4728,
How are things going on?
Could you please share us the full path for SQL Server data file and log file?
By default, SQL Server data file and log file is located at "\Program Files\Microsoft SQL Server\MSSQL{nn}.<InstanceID>\MSSQL\DATA\".
Or you can use the following query to find data file location:
SELECT
name ,
physical_name as 'file location'
FROM sys.master_files;
Best Regards,
Amelia
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.