Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

24
votes
2answers
1k views

Android backup/restore: how to backup an internal database?

I have implemented a BackupAgentHelper using the provided FileBackupHelper to backup and restore the native database I have. This is the database you typically use along with ContentProviders and ...
11
votes
6answers
871 views

Wisdom of merging 100s of Oracle instances into one instance

Our application runs on the web, is mostly an inquiry tool, does some transactions. We host the Oracle database. The app has always had a different instance of Oracle for each customer. A customer is ...
8
votes
3answers
4k views

What's a Backup and Recovery Process for Team Foundation Server 2010?

We have a new installation of TFS 2010 (on SQL Server 2008), and I'm planning the backup and recovery process. It seems the configuration information and data is stored in the Tfs_Configuration and ...
7
votes
3answers
2k views

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) { string sRestore = "USE [master] RESTORE DATABASE [" + ...
5
votes
3answers
166 views

How do I rescue a small portion of data from a SQL Server database backup?

I have a live database that had some data deleted from it and I need that data back. I have a very recent copy of that database that has already been restored on another machine. Unrelated changes ...
4
votes
2answers
294 views

How To Backup And Restore DataBase With FILE STREAM Using SMO in C#

How can i backup and restore a database with file stream Using SMO in C#. i found some attributes in Server Class in SMO Like "FilestreamLevel" and "FilestreamShareName" but i do not know how to use ...
4
votes
1answer
176 views

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..." "It is being used for PRIMARY KEY constraint enforcement." If I delete ...
4
votes
3answers
1k views

How can I query how much time a SQL server database restore takes?

Im trying to write a query that will tell me how much time a restore (full or log) has taken on SQL server 2008. I can run this query to find out how much time the backup took: select ...
4
votes
7answers
3k views

Fully automated SQL Server Restore

I'm not very fluent with SQL Server commands. I need a script to restore a database from a .bak file and move the logical_data and logical_log files to a specific path. I can do: restore ...
4
votes
1answer
1k views

Remove (merge) SQL Servers' database secondary data file

I have a database backup for which SQL Server Management Studio says that it has three files in it: an .mdf file, an .ndf file and one .ldf file. This secondary data file (the .ndf one) was created ...
4
votes
1answer
1k views

Restoring a Differential Backup with an SMO Restore object

I am trying to restore a database by first restoring a full backup and then restoring a differential backup by using the Microsoft.SqlServer.Management.Smo.Restore class. The full backup is restored ...
4
votes
3answers
179 views

Change Login Name

i have a problem when i restore DB_1 database backup into DB_2 database. but Login Name for user dbo is missing (). how i can re-create the Login Name?? i use SQL 2000
3
votes
4answers
95 views

PostgreSQL dump/restore

I don't want to Dump the entire table but only certain records in a table in my dump file and later restore the same. P.S.: I want to do the same for more than 1 table in my database but dump it in a ...
3
votes
1answer
292 views

How do I recreate an FRM file for an MySQL InnoDB table with only the ibdata and *.ibd files?

This is a slightly different question than the related InnoDB repair questions I have seen on stackoverflow. Assume that I have restored the following in my MySQL 5.1 database with ...
3
votes
2answers
112 views

Restore SQL Server DB direct from another DB

How can I restore a live database without taking its backup first. We can do this from SQL Server Management Studio, but I want to do this with script, which i can run as a scheduled job. Please ...
3
votes
2answers
633 views

Finding the restore progress of SQL server from inside c#

I know this is most-likely a simple question but when you restore a database from inside SQL management studio you can set the update interval with stats RESTORE DATABASE [test] FROM DISK = ...
3
votes
3answers
141 views

Reliable backups for huge mysql databases?

I have 200GB / 400Mrows mysql/innodb database - far beyond what's reasonable as I found out. One surprising problem is restoring backups. mysqldump generates huge sql files, and they take about a ...
3
votes
1answer
186 views

Restoring Postgresql database

Do I always have to delete and then create a database to restore it from a pg_dump file? If I don't delete the database, the data being restore is added to the current data in the DB even if some ...
3
votes
4answers
752 views

Is there a faster way to backup and restore for mysql?

Sql Server and Oracle have commercial products like Idera (Sql Safe) and Quest (LiteSpeed) that dramatically speed up backup and restores. Does mysql have any commercial software like that? I'm ...
3
votes
2answers
1k views

Restoring a Backup to a different Server - User Permissions

I have backed up and restored a MS SQL Server 2005 database to a new server. What is the best way of recreating the login, the users, and the user permissions? On SQL Server 2000's Enterprise ...
2
votes
2answers
108 views

Backup and restore MS SQL database

Situation is simple. I have application in C# that use MS SQL Database. For some reason i need to add some backup/restore function. I don't have directly access to MS SQL instance. Is there any ...
2
votes
2answers
88 views

Oracle restore database to a “newer” version

Is it possible to test the incremental backups ... well, incrementally? If so: How? -and not using the words "duplicate" and "standby". Setup Multi-TB Oracle 11g (11.2.0.2) database, about 70% of ...
2
votes
4answers
273 views

Problem In Restore Database In C#

I define every thing Already and this code is a part of my code if (Sql_Conn == null) Sql_Conn = new SqlConnection(Str_Con); // str_con is my connection string if (Sql_Conn.State != ...
2
votes
2answers
182 views

How to restore a SQLite database while an open connection exists?

I am writing a plugin for a C# application which uses SQLite database. The initial database is stored in database.db.default. At any point during runtime the user should be able to reset the database ...
2
votes
1answer
1k views

how to convert Mdf/ldf database files to .bak file (db restore) using T-SQL or .net code

I have sql server database files (Mdf/Ldf) and i want to convert them to backup file using T-SQL commands or .net Code (C# or Vb.net). any suggestions. thans
2
votes
2answers
86 views

Keeping SQL Server Dev Environment up to date

I'm trying to figure out the best way to keep my Development servers synced up to the Production servers. Initially, I was just going to restore the backups from the production environment to the dev ...
2
votes
2answers
257 views

mysql restore file.sql syntax error using command line

when I input mysql -u root -p XXXX dbname < c:/filename.sql alway get this error "error 1064 <42000>:" you have an error in your SQL suntax; check the manual that corresponds to your MySql ...
2
votes
3answers
79 views

Screwed up table in oracle

I have to admit that I just, well, screwed the pooch on a production database. When running an update query in SQL Developer, I did not realize that only a portion of the query was highlighted. If ...
2
votes
3answers
947 views

Backup and Restore from SQL Server 2005 to 2008 express edition?

I'm having a huge problem with a client. Their infrastructure blows, and most of the development done end up with mysterious errors(which only happen in their environment). What I'm trying to do is ...
2
votes
2answers
4k views

View all transaction logs in SQL Server 2008

The problem is this: t0: Insert is made into my database t1: Delete is executed t2: Full backup is made t3: Transaction log backup is made How can i recover the deleted record after t3 (which is ...
1
vote
1answer
109 views

How to restore SQL Server database backup to a newly created database?

I've a SQL Server 2005 database backup named backupdb.bak.I want to restore it to database MyDatabase. But before restoring I've to check whether MyDatabase already exists or not. If it does then I ...
1
vote
1answer
158 views

having problems trying to restore encrypted database

Im trying to copy an encrypted database from the default server to my server for testing purposes but im having troubles doing so because i have never done it so im going to explain my procedure and ...
1
vote
1answer
1k views

How to backup/restore a Sybase 15 database to/from file using isql.exe (command line)?

I am writing a C# app that would call the isql.exe with appropriate arguments. The interface that I need to conform to: public void Backup(string serverName, string databaseName, string ...
1
vote
1answer
1k views

SQL Server version problem when database restore [closed]

Possible Duplicate: Sql server version problem when database restore I would like to restore a database, but I get follow error message: the database backup on a server running ...
1
vote
2answers
624 views

SMO restore of SQL database doesn't overwrite

I'm trying to restore a database from a backup file using SMO. If the database does not already exist then it works fine. However, if the database already exists then I get no errors, but the database ...
1
vote
2answers
249 views

Chicken and egg problem (restore database) when trying to write unit test against SQl Server 2008

Ok, they are not unit tests but end-to-end tests. The setup is somewhat involved. Unit tests will use C#, ODBC connection. Every unit tests will try to clean up after itself, but every 20 tests or so ...
1
vote
2answers
884 views

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 10.50.1600 that version incompatible with this server which is running version ...
1
vote
2answers
619 views

How to restore database with 2 mdf and 2 ldf files leaving only 1 mdf/ldf pair?

I've got a .bak file (SQL Server 2008) which contains 2 mdf and 2 ldf files. When I try to restore a database from it, it creates all 4 of those files. I've never seen this before, and was wondering ...
1
vote
1answer
1k views

SQL 2005 in Standby / Read-Only Mode - Can I recover the db to take a backup and then continue applying transaction logs?

I just started at a new company and I'm responsible for the reporting sql server. Their process to keep the reporting db in sync with the production db is to constantly keep the production db in ...
1
vote
0answers
82 views

Restore full external ESENT backup

I've wrote the code that creates full backups of my ESENT database, using JetBeginExternalBackup API. Following the MSDN guidelines, I backed up every file returned by JetGetAttachInfo and ...
1
vote
3answers
791 views

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 the previous ...
1
vote
2answers
1k views

back up and restore mysql database c#

I am looking for a way how I can via c# back up some database from mysql (file backup). And also via c# restore database from backup file to some new location. Can you help me with some ideas how to ...
1
vote
1answer
495 views

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 RESTORE HEADERONLY RESTORE VERIFYONLY into an automatically generated temp table ? I would like to use a technique similar ...
1
vote
4answers
319 views

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 ...
1
vote
1answer
59 views

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. ...
1
vote
1answer
863 views

Restore firebird database just from fdb file

Had a webserver crash yesterday and had to reinstall system (Ubuntu)..99% of the data/application restores were just fine as I use mysql and have proper backups, however also have 2 firebird databases ...
1
vote
2answers
148 views

Restore mysql lost table

I accidentally deleted a table in my mysql database. After that I've restored this table from backup which is scheduled daily at 00:01. But there are lost data from 00:01 to 12:34. Is there a way to ...
1
vote
1answer
190 views

SMO restore and Windows 7

I have an application that uses SMO to manage databases. It works great on XP and Server 2003. However, when I try to run it on Windows 7, I get the following exception: Restore failed for Server ...
1
vote
3answers
92 views

Restore a database using SQL Server 2005

I have backed up a database into a file using SQL Server from my old server. Now i would like to restore that file into a new database on my new server. I created a DB with the same name , I am ...
1
vote
3answers
217 views

Label.Text change being blocked?

I am attempting to use a Microsoft.SqlServer.Management.Smo.Restore object to restore a SQL Server 2000 database. Just before I begin the restore operation, I change the text of a label so that the ...

1 2 3