Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5986671
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T22:42:19+00:00 2026-05-22T22:42:19+00:00

I don’t have SQL Server Management Studio on my machine. I have a database

  • 0

I don’t have SQL Server Management Studio on my machine.

I have a database backup (SQL Server 2008 R2). There is SQL Server Express that installed with Visual studio 2010 ultimate installed on my machine.

How can I restore this back up on a database and attaching it to SQL Server Express?
Is there any solution wihout using SQL Managment Studio Express ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T22:42:20+00:00Added an answer on May 22, 2026 at 10:42 pm

    Even with SQL Server Management Studio Express, you won’t be able to restore this backup. The Express edition being installed with Visual Studio 2010 is version 2008 of SQL Server – your backup is one from a SQL Server 2008 R2 release – those backups cannot be restore onto a 2008 version.

    You will need to download the SQL Server 2008 R2 Express version, and while you’re at it – get the version with the Management Studio! Install this, and then you’ll be able to restore your database backup.

    If you really really want to restore your database without using Mgmt Studio – you can of course use a RESTORE statement in T-SQL and run this using the sqlcmd command line tool:

    RESTORE DATABASE YourDatabaseName
    FROM DISK = N'(path to your BAK file)'
    WITH FILE = 1,  
    MOVE N'(your DB name)' TO N'(your SQL path)database.MDF',  
    MOVE N'(your DB name)_LOG' TO N'(your SQL path)database_LOG.LDF',  
    NOUNLOAD,  
    REPLACE,  
    STATS = 10
    GO
    

    (and of course, there’s also a BACKUP command which you can use in a similar fashion – the MSDN Books Online are your friend for details about the syntax!!).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Don't know if there is a better way to do this, so that is
DON'T ASK WHY but... I have a regex that needs to be case insensitive
I don't have a Global Application class code-behind any more inside my installed templates.
Don't ask why, but is there any way to suppress a failed linking error?
Don't you hate it when you have class Foobar { public: Something& getSomething(int index)
I have a new web app that is packaged as a WAR as part
Don't know what to do with this error. How to add data in SQL
Don't know if it's I'm doing it wrong or if there's a bug (I
Don't worry, I'm not going to ask that question, yet again... I am wanting
Don't know if this has been answered before. Have custom routes to users. If

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.