If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Microsoft SQL Server > Cant connect remote after Update?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-07-12, 16:22
PhilAJ PhilAJ is offline
Registered User
 
Join Date: Jan 2012
Posts: 2
Cant connect remote after Update?

Hope someone can help me I have a really frustrating problem;

Up until yesterday I had sql server express 2005 running on a pc and a remote laptop connecting via ODBC quite happily.

Because it was a little sluggish I looked into upgrades, and found the express edition with advanced services.

So I downloaded and upgraded, creating a new instance .mssql2

I now can't connect to the server from my remote pc.

I have triied switching off firewalls; reseting the odbcs; just about everything i can think off....

Any help PLEASE ??

Phil
Reply With Quote
  #2 (permalink)  
Old 01-08-12, 19:50
gvee gvee is offline
www.gvee.co.uk
 
Join Date: Jan 2007
Location: UK
Posts: 10,156
Can you ping the laptop itself?

Are you sure the SQL Service is running?
__________________
George
Twitter | Blog
Reply With Quote
  #3 (permalink)  
Old 01-09-12, 04:21
PhilAJ PhilAJ is offline
Registered User
 
Join Date: Jan 2012
Posts: 2
Thanks for response gvee

Yes checked all of that - in fact checked everything then decided to Uninstall and reinstall, as it may had something to do with being 2 instances. (I noticed that the upgrade was called MSSQL.2).

Anyway - now have reinstalled and its called MSSQL.3 ??

ANd I still cant get my ODBC to connect.

The ODBC on the PC 'sees' the server and shared files. It also 'sees' the sql server as the Server name is shown in the drop down list of sqlservers (Although only as the name of the Server - not the instance).



The user name and Pword of the PC logon is also set up on the server as an Admin user / pw.

Getting very frustrated now as it did work in the first place

Phil
Reply With Quote
  #4 (permalink)  
Old 01-09-12, 12:24
gvee gvee is offline
www.gvee.co.uk
 
Join Date: Jan 2007
Location: UK
Posts: 10,156
Aha, I think I've realised what the issue is here. Your laptop does not have access.

Just because the administrator account on each machine has the same password, doesn't mean they are the same account. I suggest as a very quick test you try and access the server on the laptop using the username "sa" with a blank password.

If this works then it is a security issue you are facing. You will need to create a new login(s) with the appropriate permissions on your new SQL instance to allow the account(s) access. Check BoL on further information on how to do this.

Last up you will want to lock up the "sa" account and throw away. Seriously. Set the password using the SSMS properties window for the account and by bashing the keyboard blindly for a moment or six. You can then also disable the account in the same window.
__________________
George
Twitter | Blog
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On