database-restore
SQL Server: where do I do put database so that it appears in the listbox
I am trying to restore a DB I am getting this prompt, however I am u开发者_如何学运维nable to point to a database to restore from[详细]
2023-01-07 05:24 分类:问答Getting SqlServer2005 error: backup set holds a backup of a database other than the existing 'DbName' database
I am trying to upgrade from a server running SqlServer2005 (no service packs) to a server running SqlServer2005 service pack 3.[详细]
2023-01-03 16:09 分类:问答Undo table updates in SQL Server 2008
I updated a table in my SQL Server 2008 by accident, I was updating a table from another by copying cell by cell, but I have overwritten the original table. Is there a way that I can restore my table[详细]
2023-01-02 06:05 分类:问答choose append to existing backup instead of overwrite
I have a database and I made it\'s first backup 2 days ago. Then yesterday I spent an entire adding new records.[详细]
2023-01-01 04:15 分类:问答Best way to auto-restore a database every hour
I have a demo site where anyone can login and test a management interface. Every hour I would like to flush all the data in the SQL 2008 Database and restore it from the original.[详细]
2022-12-31 16:29 分类:问答Problem in importing database in MySQL
I have a .sql file with some database backups inside. Now I want to restore them back to MySQL. How can I this using command line of MySqL please? I found this:[详细]
2022-12-31 03:47 分类:问答Higher speed options for executing very large (20 GB) .sql file in MySQL
My firm was delivered a 20+ GB .sql file in reponse to a request for data from the gov\'t. I don\'t have many options for getting the data in a different format, so I need options for how to import it[详细]
2022-12-30 09:45 分类:问答how to restore very large .bak file (180 GB) in SQL Server 2008
I have a verly large .bak file (180 GB) which was stored in Microsoft SQL Server 20开发者_运维技巧08 and I have to restore it. I first installed Microsoft SQL Server 2008 Express and tried to restore[详细]
2022-12-28 08:32 分类:问答SQL Server "RESTORE FILELISTONLY" Resultset
I\'m trying to wr开发者_开发知识库ite an automated backup and restore T-SQL scripts. I\'ve done BACKUP part but I\'m struggling on RESTORE.[详细]
2022-12-24 09:37 分类:问答What is the fastest method to create a new database from a template?
We are creating databases on demand and the databases can be created from different templates. All templates have the same structure but different data. The data contained by the templates is small.[详细]
2022-12-23 19:13 分类:问答