Top "Database-restore" questions

SQL Server database restore error: specified cast is not valid. (SqlManagerUI)

I am using SQL Server 2008 R2 Standard (version 10.50.1600.1) for my production website and SQL Server Express edition with Advanced Services (…

sql-server sql-server-2008 database-restore
Import .bak file to a database in SQL server

I have a file with .bak extension. How can I import this date to a database in SQL Server?

sql-server database-restore
How to import a bak file into SQL Server Express

I have a .bak file, and I want to use this file to recreate the database in a fresh install …

sql-server sql-server-2008 database-backups database-restore
How to restore PostgreSQL dump file into Postgres databases?

I have a dump file with a .SQL extension (in fact it is a plain-text SQL file). I want to …

sql postgresql dump database-restore database-dump
Restoring database from .mdf and .ldf files of SQL Server 2008

For some reason I have to uninstall SQL Server 2008 R2 but before that I copied two files (.mdf and .ldf) …

sql-server-2008 database-restore
Enable binary mode while restoring a Database from an SQL dump

I am extremely new to MySQL and am running it on Windows. I am trying to restore a Database from …

mysql database mysqldump database-restore
Error: Specified cast is not valid. (SqlManagerUI)

I have a backup from database in SQL Server 2008 R2. When I want to restore this backup to SQL Server, …

sql-server-2008-r2 database-restore
Create/restore database from backup SQL Server Express

I don't have SQL Server Management Studio on my machine. I have a database backup (SQL Server 2008 R2). There is …

sql-server sql-server-express database-restore
restore all mysql database from a --all-database sql.gz file

I've backed all my mysql databases with he following command mysqldump -u root -ppasswod --all-databases | gzip > all.sql.gz …

mysql backup mysqldump database-restore
Postgresql - backup database and restore on different owner?

I did backup on database on different server and that has different role than I need, with this command: pg_…

database postgresql database-backups database-restore owner