0
votes
0answers
405 views
WSS 3.0 Backup/Restore Root Site Collection to Sub-Site of New Site Collection
Our intranet was originally setup to be at the root of its site collection. We are trying to change this so that our new internet site will live in the root and the intranet will b …
3
votes
0answers
98 views
Database disasters only happen to *other* people, right? RIGHT?!? [closed]
I'm sure this has never happened to anyone since the beginning of computer history, but, believe it or not, I'm having a problem with a database restore. Perhaps you can help. I'm …
1
vote
1answer
50 views
Backup and Restore through the Entity Framework.
I'm working with an SQL Server database with about 50 tables and plenty of relationships between those tables. I have already written a backup and restore function which will retri …
0
votes
0answers
40 views
How to restore MSDB database [closed]
I lost MSDB database in SQL 2005. How do I restore that?
1
vote
1answer
60 views
Can’t restore SQL Server 2000 backup to SQL Server 2008
I have a backup file taken from a SQL Server 2000 database and I'm trying to restore it to a 2008 database. However, I'm getting this error:
An exception occurred while executing …
0
votes
3answers
59 views
bzr: Restoring a deleted file after some commits with bazaar
Hi everybody !
I'd like to know if it is possible to restore a removed file from an older revision (a clean way to do it)
I've renamed a file for some tests, than I commited all …
0
votes
4answers
943 views
SQL Server, Restore a .BKP file into an MDF file but not LDF (no space for it)
I'm in an issue where I don't have enough space to accomodate my MDF and LDF files from a LiteSpeed backup we had done.
I've come up with the following sproc:
exec master.dbo.xp_ …
0
votes
2answers
294 views
C# Postgresql Backup Restore Solution
Hey guys,
I'm a newbie for C#.
can you tell me how to backup and restore db from postgresql using C#.
i'm using npgsql as data provider.
Thanks
0
votes
0answers
21 views
Restoring problem of iPod 2G [closed]
Hi All,
When I restore(OS 2.2.1 -> OS 3.1) my iPod 2nd generation, I met an error which message is "ERROR: Sending ramdisk to device: An error occurred performing DFU" So I cnaano …
2
votes
4answers
88 views
SQL Server restore from transaction log
In SQL Server 2005, if you have a database with no backup - but it is running in full recovery mode - is it possible to "roll back" some deletes?
If yes - how?
1
vote
2answers
27 views
Mysql Restore from binlogs
Hi,
How can we make one database restore date to date, like "sunday to wednesday" but from one binlog file?
Thanks,
Pedro
3
votes
6answers
91 views
In java: Take snapshot of a directory and restore it
Is there a library to take a folder, take a snapshot of its content, do some modifications and then restore it to its previous state from directly from a java program (i.e. not fro …
2
votes
4answers
544 views
Manipulating giant MySQL dump files
What's the easiest way to get the data for a single table, delete a single table or break up the whole dump file into files each containing individual tables? I usually end up doin …
0
votes
1answer
79 views
Mysql restore database through stored procedure
Hi All,
I want to restore mysql database through stored procedure? Is it possible?
Or can I copy dbfile and rename that folder?
Please let me know if anyone needs more informati …
0
votes
3answers
915 views
UITabBarController: switch to a different view controller programmatically
In my iPhone app, to restore previously viewed tab, on launch I set the setSelectedIndex: (also tried setSelectedViewController: as per docs but to no avail)
This works on iPhone …
