problem with SQLServer named instances
Dbguru
Posts: 5
Hi,
I am playing with SQLCompare 6 ,I found a problem in connecting the SQLCompare with SQLSever Named Instance.
eg: <machine_name>\<instance_name>
It throws an error which describes that the connection string is invalid
Does Redgate SQLCompare support the NamedInstance?
Thanks
DBguru
I am playing with SQLCompare 6 ,I found a problem in connecting the SQLCompare with SQLSever Named Instance.
eg: <machine_name>\<instance_name>
It throws an error which describes that the connection string is invalid
Does Redgate SQLCompare support the NamedInstance?
Thanks
DBguru
Comments
SQL Compare should not have any problems with named instances. Two of our three test servers are named instances and we have not had any problems with them.
Are you just using machineName\instanceName or are you entering a connection string in the Server combo box?
I take it you have not had any problems using Query Analyser or Management Studio?
Can you post the error message?
Regards,
Jonathan
-Project Manager
-Red Gate Software Ltd
Thanks for your reply.The problem is with my machine ,i haven't configured the SQLServer installed machine to be allowed to connect with remote client(TCP/IP) so was the problem.Now it is ok with SQLCompare 6.
Thanks a lot!
This error just popped up. We have been using the same instances for months, but with version 6, i am getting this error. It works fine with default instances.
This looks to be more of a command-parsing error. Have you tried enclosing all of your arguments inside double-quotes?
I have not tried that. I will try today and let you know. Thanx for the suggestion.
just for a reference, I went and looked at a log file from last week when it actually worked.
DB1 = ark01aesmdata02.AESM
DB2 = ark01aesmrep02\reports.AESM_REP
it was seperating the DBName from the Server with a "." instead of "/"
which is what it is doing now. Can you think of anything that might have made this change? or a way to set it back to use the period?