July 31, 2012 at 10:04 am
Ok, if your servername is SQLSERVER01, how are you typing in the servername\instance in your "Server Name" box? Also, just to be a stickler, are you positive that the instance is not named?
Jared
CE - Microsoft
July 31, 2012 at 10:51 am
I'm typing the it as "Winser2008hostname\SQLSERVER01"
I don't understand the question "Also, just to be a stickler, are you positive that the instance is not named?"
July 31, 2012 at 11:47 am
The proper server name is this: serverName\instanceName
Where
serverName = the name of the server
instanceName = the name of your SQL Server instance
instanceName can be blank if SQL Server is installed as the default instance. To check this, go to SQL Server Configuration Manager and see what is in parentheses in the SQL Server Services. If it is (MSSQLSERVER), that is the default. If it is not, you must reference that in your Server Name when logging in.
Jared
CE - Microsoft
July 31, 2012 at 12:51 pm
In parentheses I have the right instance name and for the server name I have the right host name as well.
I have it as this:
Winser2008hostname\sqlServer2008instanceName
Where
serverName = Winser2008hostname
instanceName = sqlServer2008instanceName
Still get the error messages.
July 31, 2012 at 12:53 pm
Well, at this point I think it is time to call someone in. Not much else we can help with without seeing exactly what you are seeing. and being able to troubleshoot directly.
Jared
CE - Microsoft
July 31, 2012 at 12:58 pm
Are you sure you don't have these reversed?
DOMDEV\DOMDEVDBSERVER
This is what is in your error message, but intuitively I would think the server name is DOMDEVDBSERVER and the instance is DOMDEV.
Jared
CE - Microsoft
July 31, 2012 at 1:09 pm
I am sure.
I have it as this:
DOMDEV\DOMDEVDBSERVER
Where
serverName = DOMDEV
instanceName = DOMDEVDBSERVER
July 31, 2012 at 1:16 pm
Have you tried connecting using the IP address and port instead of the server name?
That happened in a company I used to work.
July 31, 2012 at 1:18 pm
How would I do that?
July 31, 2012 at 1:22 pm
emmanuel.constant (7/31/2012)
How would I do that?
Instead of using ServerName\InstanceName
Use IPAddress,port
Example: 192.168.0.1,1433
July 31, 2012 at 1:26 pm
Luis Cazares (7/31/2012)
emmanuel.constant (7/31/2012)
How would I do that?Instead of using ServerName\InstanceName
Use IPAddress,port
Example: 192.168.0.1,1433
I use that to create an ODBC connection and log into the SQL studio?
July 31, 2012 at 1:42 pm
Why are you trying to create an ODBC connection?
Are you trying to connect to SQL Server Management Studio?
Are you using a prompt window like this?
Or are you trying to create a data source from somewhere else?
Where are you configuring the values? Could you show us an image of what you're doing before the error?
July 31, 2012 at 1:55 pm
Luis Cazares (7/31/2012)
Why are you trying to create an ODBC connection?Are you trying to connect to SQL Server Management Studio?
Are you using a prompt window like this?
Or are you trying to create a data source from somewhere else?
Where are you configuring the values? Could you show us an image of what you're doing before the error?
Why are you trying to create an ODBC connection?
I'm creating an ODBC connection to use in a C# application that needs the data in the database.
Are you trying to connect to SQL Server Management Studio?
I have attempted to connect to SQL Server Management Studio and the error message is attached on the original post.
It's the same error message I get when I attempt to create the ODBC
Are you using a prompt window like this?
Yes it is the same prompt as your image
Or are you trying to create a data source from somewhere else?
Yes I am attempting to create the data source from my client machine.
My client machine is in one domain and the server is in another domain.
Also, I'm using SQL Server Authentication.
Where are you configuring the values? Could you show us an image of what you're doing before the error?
I've attached the UI for the ODBC connection to this post
July 31, 2012 at 2:05 pm
In the part where it asks
Which SQL Server do you want to connect to?
Server:
Just put the IP Address and port. Example:
192.168.0.1,1433
If it works, that might be some problem with your DNS.
If it doesn't
Could it be a problem of Windows Server configuration?
July 31, 2012 at 11:26 pm
emmanuel.constant (7/31/2012)
I did discover that I have the Win2008 server which host the SQL Server 2008 on one domain and I'm attempting to access it from a client PC from another domain.
First of all confirm that client pc on which you are working has the access on the machine which host sql server 2008, second the you must create one sql user that will get access to sql server 2008, bcos according to my knowledge windows authentication will not work as they are from two different domain.
Thanks,
Jitendra
Viewing 15 posts - 16 through 30 (of 34 total)
You must be logged in to reply to this topic. Login to reply