How to access the MSSQL 2008 database using Remote Database Connectivity?

How to access the MSSQL database using Remote Database Connectivity?

Follow the below to access your MSSQL database through 'Remote Database Connectivity'->

Initially you should have installed the Microsoft SQL Server Management Studio software tool in your computer for accessing your database through the Remote Database Connectivity method.

Step 1: Open the Microsoft SQL Server Management Studio.

Step 2: Enter your Server Name as :-  72.29.72.36\MSSQLSERVER2008

Step 3: Enter your database username, password and now click 'Connect' button.

Step 4: Then you will find your database listed on the top left hand side of the screen.



Step 5: Click on the database name and the database list will appear.

Step 6: Now you can access, create tables and views in the database list.

Step 7: Finally, log out from your account when you have completed your work.

Was this answer helpful?

 Print this Article

Also Read

How to reset password for email accounts?

Step 1: Login to your plesk control panel. Step 2: Click Mail Accounts. Step 3: Click the...

How to create an email account?

Adding Email Accounts You can create email accounts with your domain name using the following...

How to redirect using Plesk ControlPanel?

Redirect Using Plesk Step 1:Login to plesk control panel. Step 2:Select Mail. Step 3:Select on...

How to authenticate the mail in ASP?

How to authenticate the mail in ASP? You can use the below mentioned content to authenticate the...

How to mail using ASP?

You can create a mail form in asp. 1. Create a html form which will get the values from the...