Getting Started with SQl Server 2008

gemma-the-husky

Super Moderator
Staff member
Local time
Today, 07:37
Joined
Sep 12, 2006
Messages
15,980
I have uninstalled/reinstalled SQL Server 2008 (Express) 3 times.

I just cant get a ODBC connection established.

-------------
in cmd window

sqlcmd -L shows nothing
osql -L shows a . (period) listed as the service, and my sql server

-------------
i was able to import data to sql server FROM an Acces DBS using import/export data tool

----------
but I am not able to upsize from Access, as I cant create the ODBC link , or select the appropriate SQL Server instance.



Any ideas?
 
Which ODBC driver are you using? You should be using the SQL Native Client (10) driver, not the regular SQL Server driver.
 
i wasnt sure - i tried both, but i get the same error - i'll try the "10" version
 
same thing

connection failed .. named pipes provider could not open a connection etc ertc
 
Hmm. Did you configure the SQL Server Surface Area Configuration? I can't remember what are the defaults, but it's possible that you need to enable Named Pipes or other things, and verify that you have the permissions. (In 2005, it used ot be that you had to use that tool to designate an administrator, but in 2008, it's now a part of the install routine so you should already be an administrator if you used 'Add Current User' at the point where it asks you to choose the administrator.
 
it might be that

when i installed it asked me for a sa password (each time)

its currently PA55wrd;

====
but when I try to connect with ODBC it offers me either windows security, or SQL security, but defaults for the latter to my login name of Dave.

I tried explicitly setting sa and the pwd, but that didnt help

=====
I just dont understand what its trying to do.

=====
I didnt see any way of setting up different users.
 
Well I finally got somewhere :D

installed SQL server 2005

that didnt work either

--------------
so I decided to start again

uninstalled SQL2008 AND SQL2005 - but the uninstalls didnt go clean so now i have partly installed copies of both.

Then reinstalled 2005 - which now works!!! so I'm happy - except I have all these non-properly uninstalled instances of SQL server. And I really do not understand the manual removal process described on MS knowledge base!

but i've upsized a couple of databases, trying to understand a couple of cryptic messages about keys, but they are working fine.
 

Users who are viewing this thread

Back
Top Bottom