question

SaeidAgheli-4728 avatar image
0 Votes"
SaeidAgheli-4728 asked AmeliaGu-msft commented

patch dos not exist please select valid pach in sccm

117493-capture.jpg



Hey guys can helo me to fx this error

sql-server-generalsql-server-transact-sql
capture.jpg (64.5 KiB)
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

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

0 Votes 0 ·
ErlandSommarskog avatar image
0 Votes"
ErlandSommarskog answered

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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

AmeliaGu-msft avatar image
0 Votes"
AmeliaGu-msft answered

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.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.