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

  • Home
  • SEARCH
  • 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 46021
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T15:54:02+00:00 2026-05-10T15:54:02+00:00

The title is self explanatory. Is there a way of directly doing such kind

  • 0

The title is self explanatory. Is there a way of directly doing such kind of importing?

  • 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. 2026-05-10T15:54:03+00:00Added an answer on May 10, 2026 at 3:54 pm

    The .BAK files from SQL server are in Microsoft Tape Format (MTF) ref: http://www.fpns.net/willy/msbackup.htm

    The bak file will probably contain the LDF and MDF files that SQL server uses to store the database.

    You will need to use SQL server to extract these. SQL Server Express is free and will do the job.

    So, install SQL Server Express edition, and open the SQL Server Powershell. There execute sqlcmd -S <COMPUTERNAME>\SQLExpress (whilst logged in as administrator)

    then issue the following command.

    restore filelistonly from disk='c:\temp\mydbName-2009-09-29-v10.bak'; GO 

    This will list the contents of the backup – what you need is the first fields that tell you the logical names – one will be the actual database and the other the log file.

    RESTORE DATABASE mydbName FROM disk='c:\temp\mydbName-2009-09-29-v10.bak' WITH     MOVE 'mydbName' TO 'c:\temp\mydbName_data.mdf',     MOVE 'mydbName_log' TO 'c:\temp\mydbName_data.ldf'; GO 

    At this point you have extracted the database – then install Microsoft’s ‘Sql Web Data Administrator’. together with this export tool and you will have an SQL script that contains the database.

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

Sidebar

Ask A Question

Stats

  • Questions 66k
  • Answers 66k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer Set the HTTP request timeout. May 11, 2026 at 11:23 am
  • added an answer Try sending with 8-bit encoding: $message->setTextEncoding(new EightBitEncoding()); $message->setHTMLEncoding(new EightBitEncoding()); May 11, 2026 at 11:23 am
  • added an answer Turns out this worked: $('.navtop > li > a').click(function(){ $(this).parent('li').toggleClass('show');… May 11, 2026 at 11:23 am

Related Questions

The title is self explanatory. Is there a way of directly doing such kind
Hopefully the title is self explanatory, what is the advantage of using the .call()
The title is pretty much self explanatory. Given two dates what is the best
The title is kind of obscure. What I want to know is if this
Sorry if the title is poorly descriptive, but I can't do better right now
Not sure if the title is quite right for the question but I can't
I'm not sure if the title is very clear, but basically what I have
The problem is in the title - IE is misbehaving and is saying that
As the title says: Is there a difference between $str == '' and strlen($str)
::GetSystemMetrics (SM_CYBORDER) ...comes back with 1 and I know the title bar is taller

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.