Application validation after moving to SQL 2019

sns 9,241 Reputation points
2023-02-14T19:47:56.5733333+00:00

We need to validate the SharePoint application after moving to new cluster of SQL nodes with version of 2019

Please see below where windows and storage team will be performing activities, with yellow color SharePoint ( I am ) need to perform

Please suggest.

I am not sure 7th row , how they are performing migration, ( might be database backup)

what exactly I need to validate here?

After backup and restore ( migration ) do I need to dismount and mount?

How do I validate from my end as a SharePoint admin?

I feel they have not provided full infomation on this request and also they have not informed how they are migrating? is it below information enough ?

what are the things that I need to check from SQL team on this? Please confirm

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,422 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Xyza Xue_MSFT 29,441 Reputation points Microsoft External Staff
    2023-02-23T09:29:55.09+00:00

    Hi @sns,

    I tested it according to the documentation you provided, and it works as described in the documentation without any problems.

    User's image

    The error reported in your screenshot should be that there is a problem with the .UDL file you created, please check the following steps:

    1.Create a new empty Text Document

    2.Save As Test.UDL and Select All files in Save as type.User's image

    3.Double-click Test.UDL to open the file for testing.

    In addition, you can also check SQL Server Connectivity from SharePoint via powershell , please refer to:

    https://www.sharepointdiary.com/2014/08/how-to-check-sql-server-connectivity-from-sharepoint.html

    (New-Object System.Net.Sockets.TCPClient("SQL-Server-Name",1433)).Connected
    
    

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    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.


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.