Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.55 KB

04-Connect-to-Server-Database.md

File metadata and controls

29 lines (24 loc) · 1.55 KB

Connect to the SQL Server Database

11

Windows Authentication

To connect server database by Windows Authentication, follow these steps:

  1. select the type of server to connect to Database Engine.
  2. connecting to Microsoft SQL Server Database Engine. In most cases, you can connect by entering the computer name of the database server in the Server name box.
  3. select the mode of Authentication to connect to Windows Authentication.
  4. select to connect to the server. 12

SQL Server Authentication

Before you begin, you must first create the new login using Here 14 To connect server database by SQL Server Authentication, follow these steps:

  1. select the type of server to connect to Database Engine.
  2. entering the computer name of the database server in the Server name box.
  3. select the mode of Authentication to connect to SQL Server Authentication.
  4. enter the login to connect with server database.
  5. enter the password for the login.
  6. select to connect to the server. 13

For more information on connecting SQL Server Database Here