Posts made in July, 2013

Backup SQL databases to SkyDrive or Box clouds with SQLBackupAndFTP 0

Backup SQL databases to SkyDrive or Box clouds with SQLBackupAndFTP

Posted by on Jul 29, 2013 in Blog

To ensure your SQL Server database remains safe from computer failures, you should create SQL Server backups of your databases periodically. All your backups should be available for you always and everywhere. Backing up databases to a cloud offers benefits such as availability, reliability and simplicity. SQLBackupAndFTP is a simple tool that you can use to backup and compress databases and save them to different destinations. Now it gives you the ability to save your backups on SkyDrive and Box clouds and it’s really easy! You do not have to install any specific driver other application of these clouds, just install SQLBackupAndFTP, select databases which you’d like to backup and connect it to your clouds.   Although SkyDrive destination is available in standard version of SQLBackupAndFTP or above, they are currently running a very rare promotion: 5–9 licenses: 20% off 10–19 licenses: 35% off more than 20 licenses: 50% off Although backing up to SkyDrive is available in paid version of the application, we can try it in trial mode. Box destination is available in free version. Let us now see how we can take backup and move it to your SkyDrive cloud. If you still do not have this tool, just get it on the download page and install. Select databases to backup At first let’s...

Learn More
How to write Amazon S3 access policy having the minimum permission required to backup databases with SQLBackupAndFTP 0

How to write Amazon S3 access policy having the minimum permission required to backup databases with SQLBackupAndFTP

Posted by on Jul 26, 2013 in Blog, SQL Backup

Many admins prefer to create user accounts for any systems with minimum privileges due security reasons. So you may ask how to create a user account for Amazon S3 service with minimum permissions to backup databases with SQLBAckupAndFTP into a specified bucket and folder? It’s very easy. Just connect to AWS Console, create a group, specify policy for the group and add a user into the group. Let me tell you how to do it with detailed steps. Log in to AWS Console To log in to AWS Console, open https://console.aws.amazon.com/console/home page enter your e-mail address and password and log in. If you do not have Amazon.com user account, choose “I am a new user.” option to create it. So, you should see navigation bar with menu items on the top of the page. Your name is on the right side, click at your name and then on “Security Credentials” menu item.   If you get a popup window with “You are accessing the configuration page for your root account credentials…” message click on “Get Started with IAM Users” button to manage your security credentials. On the left side of next page you should see items: “Groups”, “Users”, “Roles” and “Password Policy”. At first let’s create a group with security...

Learn More