About 156,000 results
Open links in new tab
  1. Import .bak file to a database in SQL server - Stack Overflow

    Oct 8, 2009 · I have a file with .bak extension. How can I import this file data to a database in SQL Server?

  2. How to import a bak file into SQL Server Express

    Dec 30, 2013 · I have a .bak file, and I want to use this file to recreate the database in a fresh install of SQL Server 2008 Management Studio. Can someone point me in the right direction …

  3. Opening a SQL Server .bak file (Not restoring!) - Stack Overflow

    The only tool I'm aware of that can make sense of .bak files without restoring them is Red-Gate SQL Compare Professional (and the accompanying SQL Data Compare) which allow you to …

  4. DBeaver restore SQL Server .bak file - Stack Overflow

    Jul 29, 2019 · So I assume you need to restore SQL Server database with .bak file under macOS GUI. There is no GUI option to retore .bak file with DBeaver. If you want absolutely a …

  5. Restore SQL Server database .bak file using Jetbrains DataGrip

    Apr 17, 2023 · I have a database backup file with .bak extension and I want to restore/ import this file to my SQL Server instance using Jetbrains IDE, i.e. DataGrip, Rider, IntelliJ etc. I have …

  6. How to import a SQL Server .bak file into MySQL?

    Oct 1, 2008 · The .bak file from SQL Server is specific to that database dialect, and not compatible with MySQL. Try using etlalchemy to migrate your SQL Server database into MySQL.

  7. How to import .bak file to using mssql on vscode? - Stack Overflow

    Jun 29, 2021 · RESTORE Statements (Transact-SQL) - SQL Server Import .bak file to a database in SQL server Migrate a SQL Server database from Windows to Linux using backup and …

  8. Why cannot I open .bak files with SQL Server Management Studio?

    Jun 6, 2012 · A .bak file is usually a backup file, i.e. a binary file containing a database backup. You RESTORE it to a running SQL Server instance and then connect to the instance to use it.

  9. Can I open .bak file without SQL Server? - Stack Overflow

    May 31, 2012 · I want to open an .bak file that was created with SQL Server. There is some method to open that database with any other program? Thanks.

  10. How to restore .bak file using pg_restore command through cmd …

    Oct 26, 2020 · Then either the temp.bak file was not created with the pg_dump command you gave or it is corrupted. Can you open the file to see if it is a plain text dump? Another thought …