How do you enable Remote Connection with SQL Server 2008 w/o Installing Management Studio?
Posted
by danmine
on Server Fault
See other posts from Server Fault
or by danmine
Published on 2010-02-11T08:53:57Z
Indexed on
2010/05/05
3:08 UTC
Read the original article
Hit count: 387
sql-server-2008
I'm having a rather tough time finding information on this since almost everything I read requires Management Studio installed in the server which I prefer not to do.
Also, to connect to it using SQL Server Management Studio installed on the client, are these settings ok? ServerName: 10.232.234,1433\SQLEXPRESS Login: sa Password: password
Yes, I want to specify the port number in the client side since I have to go through a few firewalls which I have poke holes through to get to the SQL Default port 1433.
© Server Fault or respective owner