Share via

upsizing wizard

Anonymous
2016-02-20T22:55:53+00:00

I am using the Upsizing Wizard to convert an Access DB to and SQL database.

I am getting an error message that the SQL Server does not exist or access denied. All worked fine last week when I did this.

I have SQL Server Management Studio 2016 installed on my computer (Windows 7 Professional operating system).

Last week I could access my local DB via the connect button (Servername = MARCIA-PC\SQLEXPRESS) but no longer. I now receive this error message:

 "A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error :26 - Error Locating Server /Instance Specified( (Microsoft SQL Server)

I did delete an old version of SQL Server Management Studio 2008 from my computer and that's when I started having problems. I tried to do a restore - but the restore did not work. I have deleted and reinstalled both SQL Server Management Studio 2014 Express and SQL Server Management Studio 2016.

i have rebooted my computer. All to no avail. I  just want to .

When I go to SQL Server Configuration Manager (Local) there are no SQL Server Services. so I cannot even start the service. How do I get a new local service??

Help is appreciated as I have working onthis for about 6 hours today to no avail.

MF

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Tom van Stiphout 40,211 Reputation points MVP Volunteer Moderator
    2016-02-21T15:57:06+00:00

    Use SSMS to connect to a SSDE. Then right-click the Databases node and select Attach. Browse to a MDF file.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2016-02-21T03:51:20+00:00

    Thank you!!! I've gotten everything working again. 

    Another question.

    The DBs that I converted last week were all put in a folder called MSSQL10.SQLEXPRESS.

    How do I get SSMS to see them?

    All the new DBs that I converted tonight are in a folder called  MSSQL12.SQLEXPRESS. I tried moving the other ones to MSSQL12.SQLEXPRESS but I still cannot view them in SSMS.

    Thanks for your help.

    Marcia

    Was this answer helpful?

    0 comments No comments
  3. Tom van Stiphout 40,211 Reputation points MVP Volunteer Moderator
    2016-02-20T23:30:33+00:00

    There is a difference between SQL Server Management Studio (SSMS) and the SQL Server database engine (SSDE).

    Run SSMS, and in the Connect to Server dialog in the Server name field choose Browse for more. If this tool can't find any SSDEs, then you will need to re-install SSDE.

    Was this answer helpful?

    0 comments No comments