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.
Author |
Topic |
PatDeV
Posting Yak Master
197 Posts |
Posted - 2010-10-29 : 08:47:40
|
Hi all,I have question. I have SQL 2005 Ent. edi with 64 bit on server 2008 64 bit. Is it possible to connect from 32 bit client or SSMS? If not then how can i connect from my computer?ThanksPat |
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2010-10-29 : 10:05:02
|
yes you can connect from 32 bit client the same way with a 32 bit server. KH[spoiler]Time is always against us[/spoiler] |
|
|
PatDeV
Posting Yak Master
197 Posts |
Posted - 2010-10-29 : 10:43:09
|
Hi,I tried that and every time it says timeout expired. Also, the server is running fine with SQL 2005 sp3. also, i have enabled remote connections.ThanksPAt |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2010-10-29 : 10:58:17
|
Check the network services on SQL Server, it's possible TCP/IP is not enabled. If it is, double check the name/address you use to connect. If you can't connect by computer name, try using IP address. In TCP/IP environments, you may have to supply a fully qualified name (e.g. SQLServerComputer.mydomain.com) |
|
|
PatDeV
Posting Yak Master
197 Posts |
Posted - 2010-10-29 : 11:05:15
|
i have checked the configuration and connetion property and TCP/IP is enabled as well as the named pipe. ThanksPAT |
|
|
PatDeV
Posting Yak Master
197 Posts |
Posted - 2010-10-29 : 11:36:13
|
solved it.. It was server 2008 firewall issues. Thanks to all for help. |
|
|
|
|
|