Im trying to write a query that will tell me how much time a restore (full or log) has taken …
sql-server sql-server-2008 restore database-restoreI'm trying to restore a backup from a .bak file to a local database server and keep getting the error …
sql-server backup restore database-restoreI have a Django application that uses a Postgres database. I need to be able to backup and restore the …
django database-backups database-restoreI'm using following code to restore databases, void Restore(string ConnectionString, string DatabaseFullPath, string backUpPath) { string sRestore = "USE [master] RESTORE …
c# sql tsql database-restoreI understand I might be asking the impossible but, well never hurts to try. Is it possible to rollback changes …
mysql database-restoreI've not done much SQL and am still pretty new to this, so please excuse what's probably a basic question. …
sql sql-server database database-restoreI am normally using SQL Server 2012 Management Studio to restore a SQL Server database from a "bak" file. I do …
sql-server database sql-server-2012 ssms database-restoreI have been given a VERY large mysql backup file. It is ~630 MB... I guess someone thought it was a …
mysql mysql-workbench database-restoreToday I was trying to restore a database over an already existing database, I simply right clicked the database in …
sql-server sql-server-2008 database-backups database-restoreI have a Postgres dump file and I need to turn it into a MySQL dump so I can create …
mysql database postgresql database-restore database-dump