PC Review


Reply
Thread Tools Rate Thread

Access 2003 Upsize Wizard can't find SQL Server (2005)

 
 
=?Utf-8?B?VmlyZ2ls?=
Guest
Posts: n/a
 
      5th Dec 2006
This post is similar to an existing regarding Access 2003 not able to upsize
to SQL Server 2005. However, I'm using SQL Server 2005 Developer Edition.
Both the Access .mdb and the SQL Server files are located on the same
machine, my PC. When I try to upsize the .mdb file, Access can't find the
server, which is the same name as my PC. I've tried several hinted
solutions, typing "(local)\MSSQL2005" and "[machine name]\MSSQL2005", with
Trusted Connection checked AND with a supplied user name and password ("sa" &
valid password). The results are the same: Server error 53 (connection
failed) and server error 17 (SQL Server doesn't exist or access denied).
 
Reply With Quote
 
 
 
 
Norman Yuan
Guest
Posts: n/a
 
      5th Dec 2006
1. You must know the SQL Server name: since multiple SQL Server 2005
instances are allowed to be installed in one computer, only one instance can
be default instance, which name is the same as computer name or "(local)",
other instances' name should be "computerName\InstanceName". Note, it is
possible to only have named instance. So, you need to know the SQL Server
you installed is a named instance or default instance.

You can go to Control Panel->Administrative Tools->Services, look for "SQL
Server" service, double click it to open "Properties" dialog box. If the
"Service Name" looks like "MSSQL$xxxxxxxx", then the SQL Server is named
instance, "xxxxxxxx" is the instance name, if "Service Name" looks like
"MSSQLSERVER", it is default instance.

2. In the connection string, if you use "Trusted Connection", you do not
supply username/password. Trusted Connection means SQL Server uses Windows
security authentication mode. If you want to pass username/pasword instead,
you must make sure the SQL Server 's mixed security mode is enabled
explicitly. Knowing SQL Server security is very basic for using SQL Server.
You may want to to a bit more study on this topic.


"Virgil" <(E-Mail Removed)> wrote in message
news:E25CA0D8-FD91-4D53-8BCC-(E-Mail Removed)...
> This post is similar to an existing regarding Access 2003 not able to
> upsize
> to SQL Server 2005. However, I'm using SQL Server 2005 Developer Edition.
> Both the Access .mdb and the SQL Server files are located on the same
> machine, my PC. When I try to upsize the .mdb file, Access can't find the
> server, which is the same name as my PC. I've tried several hinted
> solutions, typing "(local)\MSSQL2005" and "[machine name]\MSSQL2005", with
> Trusted Connection checked AND with a supplied user name and password
> ("sa" &
> valid password). The results are the same: Server error 53 (connection
> failed) and server error 17 (SQL Server doesn't exist or access denied).



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
RE: Finding Access 2003 Upsize Wizard kerrpmb Microsoft Access 1 27th Dec 2008 02:58 AM
Access 2003 Upsize Wizard =?Utf-8?B?dGtvc2Vs?= Microsoft Access 0 24th Jan 2006 05:38 PM
Access to SQl Upsize Wizard DataPacks.com Microsoft Access 2 18th Jun 2005 03:08 AM
Access Upsize Wizard to SQL Server =?Utf-8?B?U0NITllERVM=?= Microsoft Access 2 6th Aug 2004 02:54 AM
Re: Finding Access 2003 Upsize Wizard Joan Wild Microsoft Access 0 22nd Jun 2004 05:01 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:44 PM.