SQL Server dev edition oops installation initialization successful, need help with installation completion.

sivasurya narayan 0 Reputation points
2023-03-25T10:25:01.5866667+00:00
SQL Server | Other
{count} votes

3 answers

Sort by: Most helpful
  1. Erkan Sahin 840 Reputation points
    2023-03-25T10:42:45.0233333+00:00

    If you have successfully completed the initialization of the SQL Server Developer Edition installation, you can proceed with the rest of the installation process by following these steps:

    1. Run the SQL Server setup program: Double-click on the installation file that you downloaded to launch the SQL Server setup program.
    2. Choose the installation type: Select the "New SQL Server stand-alone installation or add features to an existing installation" option from the SQL Server Installation Center.
    3. Accept the license terms: Read and accept the license terms for SQL Server Developer Edition.
    4. Choose the features to install: Select the SQL Server features that you want to install, such as Database Engine Services, Analysis Services, Reporting Services, Integration Services, and others.
    5. Configure the instance: Specify the name of the SQL Server instance, and configure other instance-specific settings such as the default collation, instance ID, and file locations.
    6. Set authentication mode: Choose the authentication mode for your SQL Server instance, either Windows Authentication or Mixed Mode (which allows for both Windows Authentication and SQL Server Authentication).
    7. Specify the administrators: Add any administrators who should have administrative access to the SQL Server instance.
    8. Complete the installation: Review the summary page to ensure that the installation settings are correct, and then click the "Install" button to complete the installation.
    9. Verify the installation: Once the installation is complete, verify that SQL Server Developer Edition is running correctly by opening SQL Server Management Studio and connecting to the newly installed SQL Server instance.

    If you encounter any issues during the installation process, refer to the SQL Server Developer Edition installation documentation or reach out to Microsoft support for assistance.

    0 comments No comments

  2. Syed Shiraz Shahid 290 Reputation points
    2023-03-25T10:48:30.8333333+00:00

    Run Powershell as Admin

    Set-ItemProperty -Path 'HKLM:\SOFTWARE\Wow6432Node\Microsoft\.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type Dword
     
    Set-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type Dword
    
    After that you can run and install SQL Server 2022
    
    0 comments No comments

  3. Seeya Xi-MSFT 16,586 Reputation points
    2023-03-27T02:40:32.4666667+00:00

    Hi @sivasurya narayan ,

    Then you can launch the SQL Server Installation Center from the Start menu or by running the setup.exe file on your installation media.

    Here is a blog for your reference. It includes screenshots for each step, which I'm sure will be helpful to you.

    https://www.c-sharpcorner.com/article/step-by-step-installation-of-microsoft-sql-server-on-windows-system/

    The choice of specific features depends on your needs.

    Best regards,

    Seeya


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

    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.