Click here to Skip to main content
15,895,557 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
My target machine sql server is already turn on in Remote connection but the source machine sqlserver is not in remote connection. so i turn on to remote connection and then restore the file to target machine . But the same error is come. Please help me

Thanks in Advance
Posted
Comments
E.F. Nijboer 13-Dec-11 7:18am    
Your question is not very clear. Try to explain all the steps you took.
koolprasad2003 13-Dec-11 7:30am    
what error you got ? please explain.
[no name] 13-Dec-11 9:29am    
So what is the error message?
[no name] 14-Dec-11 0:18am    
could you please explain more on your scenario & expectations ?

Always give us complete error message in your question whenever possible
Basically, when you failed to connect to your SQL Server, the issue could be:
1) Network issue,
2) SQL Server configuration issue.
3) Firewall issue,
4) Client driver issue,
5) Application configuration issue.
6) Authentication and logon issue.
Check these
Steps to troubleshoot SQL connectivity issues[^]
SQL Server 2005 Connectivity Issue Troubleshoot - Part I[^]
Troubleshoot Connectivity Issue in SQL Server 2005 - Part II[^]
Troubleshoot Connectivity Issue in SQL Server 2005 - Part III[^]

BTW check this bunch also for future errors
 
Share this answer
 
try this.

To disable Windows Firewall, follow these steps:

1. Click Start, click Run, type Firewall.cpl, and then click OK.
2. On the General tab, click Off (not recommended).
3. Click OK.



Regards,
Pal
 
Share this answer
 
I am backup my database and restore it to another system. But the database is working and run the project at source machine. But the project didn't run the target machine. The following errors are occured

"The error is Problem occured while establishing Sql server Please check the remote connections."

But the remote Connection is turned on in my target machine. The Source machine in sql server is not in remote connections. so i set the remote connection to on, and then i backup and restore to my target database. But the same error is displayed.

Please help me
 
Share this answer
 
Comments
Balakrishnan Dhinakaran 13-Dec-11 7:55am    
your question is not so clear...can you please explain your question in tamil..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900