
Hey guys can helo me to fx this error

Hey guys can helo me to fx this error
Hi SaeidAgheli-4728,
How are things going on? Was your issue resolved?
If you resolve it using your own solution, please share your experience and solution here. It will be very beneficial for other community members who have similar questions.
If not, please reply and share us more information in order to provide further help.
Best Regards,
Amelia
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.
12 people are following this question.
Year and Month aggregation in same Pivot table in SQL Server
SQL Server Query for Searching by word in a string with word breakers
How to show first row group by part id and compliance type based on priorities of Document type?
Query to list all the databases that have a specific user
T-sql query to find the biggest table in a database with a clustered index