By tag: backup
0
kicks
Syncing Visual Studio settings
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 lo...
0
kicks
Schedule daily backup for sql server 2005 datbase using sql agent
This is a very good guide to learn how to schedule daily backups on sql server
0
kicks
http://patrikluca.blogspot.com/2008/05/restore-subsite-parent-web-does
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...
0
kicks
Backup ALL your SQL Server 2005 databases using a script
I wanted to backup all my databases... I had loads, creating a step for each db was getting tedious, so I wrote this script.
0
kicks
SQL SERVER - Restore Database Without or With Backup - Everything Abou
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 ...