Installation and Initial Connection of SQL Server Management Studio (SSMS)

Tags database SSMS

Summary

This article covers the process to download, install, and initially connect to data sources using SQL Server Management Studio (SSMS)

Authorization Note

You may install the client at any time, however you will need proper authorization before connecting to a server or data source.

Download

Download the installation file for SQL Server Management Studio (SSMS) from:
https://learn.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms

Installation

Please complete these steps to install SSMS:

  1. Go to your download location, typically the Downloads folder
  2. Find the setup file and double-click to start the installation. In the past this has been SSMS-Setup-ENU.exe
  3. The Welcome Screen will appear with a default install location for product. Click Install to begin.
  4. You may be prompted with a message asking if you wish to allow this application to make changes to your system. Click Yes if prompted.
  5. Installation will occur and show a series of scrolling progress bars, indicating both progress of current operation and overall progress. Please wait for completion.
  6. The installation will show a "Setup Completed" notification when done. Click Close to finish the installation.

Initial Launch of SSMS

To launch SSSM and test your connectivity 

  1. Open SSMS. You can use either the search function or the Start Menu
    1. Click the Start menu -> All Apps -> Microsoft SQL Server Tools 19 -> SQL Server Management Studio 19
    2. In the Search field, type sql server management Studio 19 . As you type the system will narrow down the offerings and you can pick sql server management Studio 19 from the list to launch.
  2. At launch you will see a "Connect to Server" box requesting server name
  3. Type in the instance name
    1. XVANALYTICSDB (for production)
    2. XVANALYTICSDBT (for test)
  4. Click the Connect button after entering the appropriate value
    1. Leave the authentication method set to "Windows Authentication" ; this will use your current Xavier credentials to authenticate you

Notes: 

  1. The data should be nearly identical in both test and production databases.  The only appreciable differences are in some of the internal key numbers that are generated by each warehouse.  The data pulled from Banner (RPTP) is the same.
  2. Both warehouses refresh nightly.  Production refreshes occur overnight and in the wee hours of the morning while test refreshes occur during the day.

Print Article

Details

Article ID: 714
Created
Thu 1/18/24 3:33 PM
Modified
Mon 5/6/24 2:03 PM