patch dos not exist please select valid pach in sccm

Saeid Agheli 1 Reputation point
2021-07-23T14:16:37.413+00:00

117493-capture.jpg

Hey guys can helo me to fx this error

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,818 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,639 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Erland Sommarskog 111.4K Reputation points MVP
    2021-07-23T21:52:39.363+00:00

    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.

    0 comments No comments

  2. AmeliaGu-MSFT 13,976 Reputation points Microsoft Vendor
    2021-07-26T02:56:56.85+00:00

    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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.