Avatar of Mr.X
Mr.X
 asked on

SQLexpress2014 - could not restore database

Hi guys,
I installed new sqlexpress 2015 in my server. While installing it asked to create instance which I did and all installed successfully.

When I open, sql server configuration manager - it shows “SQL Server(mssqlserver)” running.    
I believe mssqlserver which in brackets is my instance name ??? Am I correct

And am trying to restore a database, into this new instance. Which fails- it says network related or instance specific error

And I don’t have sqlmanagemnet studio. It did not install with sqlexpress.

Do I need sqlmanagement studio to be installed ??? Am I seeing my instance name correctly ??
Any help would be great
Windows Server 2012Windows Server 2008Windows Server 2003

Avatar of undefined
Last Comment
Mr.X

8/22/2022 - Mon
ste5an

Do I need sqlmanagement studio to be installed ?
No, but it makes life much easier... Download SQL Server Management Studio (SSMS).

An express instance is normally a named instance. Thus you should use (local)\SQLExpress in your connection string. Thus
it shows “SQL Server(mssqlserver)” running.
sounds a little bit suspect.
Mr.X

ASKER
hi, i found this command in google to find the instance name.  but its giving me the same  kind of error when i try to restore my database.
please have a look at the attached pic
instance.PNG
ste5an

Yup. Cause I said: use (local)\SQLExpress to connect to. Thus use it instead of your servername\instancename.
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy
Mr.X

ASKER
i tried it same issue. am just uninstalling sqlexpress.
i will install sql2014managemnet studio and will see how it goes.   when i install management studio, do i need sqlexpress aswell ? ? or its 2 separate products which can work independentally
ste5an

*cough*

SSMS is only the management program. No database service. When you uninstall SQL Server Express, then you don't have any database instance to connect to.
Mr.X

ASKER
oops. ok . i will install both in next 10 mins. i will give it a try and let you know how it goes .
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
Mr.X

ASKER
hi, i uninstalled and just installed expresssql alone, and it worked great :)
one more last question. how do i enable sql engine and sql browser ? ? anything needs to be done on firewall.router ?

if i want to use my applciation as web app, think i need to enable sqlengine and sqlbrowser.
ASKER CERTIFIED SOLUTION
Mr.X

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.