database-restore
Errors restoring a Sql Server 2008 database with Merge Replication
I\'m trying to restore my database from a file and get the following error: \"An explicit DROP INDEX is not allowed on index...\"[详细]
2023-02-08 04:45 分类:问答"A content database with the same ID already exists on the farm"
I am trying to restore a backup of our Production Database to our Test environment, and receive the error \"A content database with the same ID already exists on the farm.\" after the restore operatio[详细]
2023-02-04 14:54 分类:问答SQL Server version problem when database restore [duplicate]
This question already has answers here: Closed 12 years ago. Possible Duplicate: Sql server version problem when database restore[详细]
2023-02-03 12:30 分类:问答Sql server version problem when database restore
When I want to backup the SQL Server database, I get this error: the database backup on a server running version开发者_JS百科 10.50.1600 that[详细]
2023-02-02 01:15 分类:问答What is this error after a database Restore operation at my hosting provider?
I\'m currently trying a migration of my database from discountasp.net to arvixe.com, mainly to check if I can get the same level of quality for a better price. I made a backup of my database at discou[详细]
2023-01-27 20:34 分类:问答How do I undo an update statement I made to a database
It\'s a test environment, I needed some data to test an Update query, but accidentally updated a column in all 开发者_开发技巧rows to have wrong data. Must I use a backup to restore the data back to t[详细]
2023-01-26 04:00 分类:问答Restore a Database Programatically (SQL Server)
I recently found this link which shows a great example of backing up and restoring a sql server database. However, my SQL Server only uses WindowsAuthentication and so it does not really require a Use[详细]
2023-01-25 13:35 分类:问答Exclusive access could not be obtained because the database is in use
I\'m using following code to restore databases, void Restore(string ConnectionString, string DatabaseFullPath, string backUpPath)[详细]
2023-01-22 06:02 分类:问答How to insert into a temp table the info given by RESTORE FILELISTONLY / HEADERONLY / VERIFYONLY
How to insert the resultset given by the commands RESTORE FILELISTONLY RESTOREHEADERONLY RESTORE VERIFYONLY[详细]
2023-01-10 13:31 分类:问答how to restore a sql server backup containing filestream data assigning a new folder name for filestream data?
To create a new database and populate it from a backup I typically do: CREATE DATABASE MyDatabase -- I create an empty database[详细]
2023-01-10 08:45 分类:问答