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.