Stories recently tagged with 'backup'

Syncing Visual Studio settings(vidmar.net)

submitted by vidmardvidmard(10) 1 year, 5 months ago

I finally took time and figure out how to keep Visual Studio settings in sync across different machines (work, laptop, home, virtual,…) as I really grew tired of importing color schemes and fixing mixed up shortcut keys. Bonus is, you get easy backup of your most important settings which you will love next time you reinstall your machine! read more...

add a comment |category: |Views: 15

tags: another

Schedule daily backup for sql server 2005 datbase using sql agent(cherupally.blogspot.com)

submitted by kcherupakcherupa(295) 2 years, 4 months ago

This is a very good guide to learn how to schedule daily backups on sql server read more...

2 comments |category: |Views: 180

tags: another

http://patrikluca.blogspot.com/2008/05/restore-subsite-parent-web-does(patrikluca.blogspot.com)

submitted by PatrikPatrik(705) 3 years, 8 months ago

I had exported a subsite having over 50 subsites beneath it using the stsadm -o export command. Upon importing the hence created backup file using the stsadm -o import command on another server, a fatal error occurs. The error logged is: FatalError: The file cannot be imported because its parent web <URL name of the exported subsite> does not exist. read more...

add a comment |category: |Views: 35

tags: another

Backup ALL your SQL Server 2005 databases using a script (geekzilla.co.uk)

submitted by phaymanphayman(3550) 4 years, 2 months ago

I wanted to backup all my databases... I had loads, creating a step for each db was getting tedious, so I wrote this script. read more...

add a comment |category: |Views: 64

tags: another

SQL SERVER - Restore Database Without or With Backup - Everything Abou(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 4 years, 6 months ago

The questions I received in last two weeks: “I do not have backup, is it possible to restore database to previous state?” “How can restore the database without using backup file?” “I accidentally deleted tables in my database, how can I revert back?” “How to revert the changes, I have only logs but no complete backup?” “How to rollback the database changes, my backup file is corrupted?” Answer: You need complete backup to rollback your changes. If you do not have complete backup you can not revert back. Sorry. To restore the database to previous stage if you have full backup... read more...

add a comment |category: |Views: 18

tags: another

Best Practice: Backups(sqlblog.com)

submitted by yahdenyahden(715) 4 years, 6 months ago

Best practices regarding backups read more...

1 comment |category: |Views: 4

tags: another