Link to home
Create AccountLog in
Avatar of bngala5
bngala5

asked on

How to connect to the SQL server database from a client PC remotely

I am new to database technology currently I am using SQL server 2008 and SQL server 2008 R2 trial versions, I would like to connect to the SQL server remotely to access a specific databases to view tables and queries. Which application or client software can I use to accomplish this tasks.
ASKER CERTIFIED SOLUTION
Avatar of Rdsterling
Rdsterling
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
You need Microsoft SQL Server 2008 R2 Management Studio.

You also have to bear in mind if you want to access out of the network - which means through the internet.

If so you have to open up for port 1433 and 1434 in your firewall. You have to use SQL Studio Management Studio R2 as the experts says above.