Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Other SQL Server 2008 Topics
 Problem with sqlcmd

Author  Topic 

mahdi_h84
Starting Member

1 Post

Posted - 2011-04-26 : 02:10:32
Hi,
I have Microsoft SQL Server 2008. when i run this command in command processor, get an error.

my command : C:\Windows\System32>sqlcmd.exe -U sa -P master -S 192.168.100.102\sql2008 -d dbname -q "select * from mytable"

my erorr : Sqlcmd: Error: Microsoft SQL Server Native Client 10.0 : Unable to complete login process due to delay in opening server connection.

when i test it on other computer in my network, this command run properly. i check my firewall settings.
i test this command by increase timeout time. but did not change anything


can anyone help me?
   

- Advertisement -