About 436,000 results
Open links in new tab
  1. How to restore to a different database in SQL Server?

    Jun 7, 2011 · To restore a database to a new location, and optionally rename the database. Connect to the appropriate instance of the SQL Server Database Engine, and then in Object …

  2. Import .bak file to a database in SQL server - Stack Overflow

    May 26, 2023 · Although it is much easier to restore database using SSMS as stated in many answers. You can also restore Database using .bak with SQL server query, for example. …

  3. database - Restore a postgres backup file using the command line ...

    If you have created a new database named mydb, To restore a .sql dump to that database with psql, psql --file=dump.sql --username=postgres --host=localhost --port=5432 mydb the …

  4. sql - Restore .bak file to remote database - Stack Overflow

    May 30, 2012 · Restore from remote filesystem. Alternatively you can restore from the remote backup file using UNC syntax.I typically don't use this option, but it is useful if there won't be …

  5. sql server - Database stuck in "Restoring" state - Stack Overflow

    By default, every RESTORE DATABASE comes with RECOVERY set up. The 'NORECOVERY' options, basically tells the SQL Server that the database is waiting for more restore files (could …

  6. Restoring database from .mdf and .ldf files of SQL Server 2008

    Click the “Add” button to open and Locate Database Files From C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\folder. Click the "OK" button. SQL Server Management …

  7. SQL Server database backup restore on lower version

    May 31, 2011 · I used the Export Data option on an old SQL Server 2008 R2 Database with SQL Server Management Studio, selecting the SQL Server Native Client 11.0 option as the …

  8. Best script to restore multiple databases with SQL Server 2012?

    Next, update the script below to restore the databases from the backup files. Replace C:\Backup\ with your local directory containing your .BAK files and replace C:\Microsoft SQL …

  9. sql server - Restore .bak more than 10GB size - Stack Overflow

    Nov 15, 2018 · SQL Server Express is a free version of SQL Server that doesn't have many features that paid version have. For example, it doesn't have SQL Agent. Another limitation, …

  10. SQL RESTORE WITH RECOVERY; Hangs at 100% - Stack Overflow

    May 6, 2015 · I am attempting to recover a database with SQL Server 2014 and it keeps hanging at 100%. A lot of people suggest that the solution is to just make sure that you restore with the …

Refresh