Connecting to SQL server from another computer (remote connection string)
Hi,
I'm having a test server that have a SQL server, also I have two development work stations.
I want to connect from the dev-stations to the test server, I'm connected to it using SQL Server Management Studio and I can connect to the databases through "tcp:,port".
What should be the connection string to grant me access to the SQL server?
Connecting to SQL server from another computer (remote connection string)
Hi,
I'm having a test server that have a SQL server, also I have two development work stations.
I want to connect from the dev-stations to the test server, I'm connected to it using SQL Server Management Studio and I can connect to the databases through "tcp:,port".
What should be the connection string to grant me access to the SQL server?
My server name is : SERVER
My SQL server name is : SQLEXPRESSR2
database name : dev.test
This is what've tried without success:
{
}
What should I do?
Thanks,
Alaa
is working on a reply...