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

    May 26, 2023 · 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 on how this can …

  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 compare …

  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 restoration with GUI …

  5. 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 restore If you …

  6. 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.

  7. 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 installed a plugi...

  8. 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.

  9. .net - Idea on opening a .bak file - Stack Overflow

    Sep 25, 2012 · 0 You cannot open the .bak file created by the SQL Server BACKUP DATABASE command and view table data within it. The fact is that the .bak file is a physical backup of the …

  10. Restore .bak file to MSSQL using Python - Stack Overflow

    Nov 7, 2023 · I have tried various forms and troubleshooting through permissions etc. Ultimately, I am attempting to restore a .bak file to MSSQL using python. I can restore manually via MS Server …