Category Archives: SQL Server

SQL Server Remote Backup

Please see the more recent and detailed articles:

Remote SQL Server backups explained or

How to backup remote SQL Server database using SQLBackupAndFTP

Original article:

In this article, we will talk about the remote backups option which is provided as a Beta feature in SQLBackupAndFTP. Continue reading this article to find out more details. Continue reading SQL Server Remote Backup

Configure SQLBackupAndFTP NLog

Configure SQLBackupAndFTP NLogIf you encounter a situation in which you run a job to backup your database to Dropbox for example or to another storage service you get an error saying: Dropbox exception > Failed to upload file; “Status: 0. Description: The operation was canceled” Although the application might try multiple times to run this job, but without success.
Continue reading Configure SQLBackupAndFTP NLog

Set Amazon S3 access policy to minimum permission

Amazon S3 access policy to minimum permission
Due to security reasons, most admins will prefer to create accounts for any system with minimum privileges.
So now you might wonder how to create a user for Amazon S3 service that has minimum permissions in order to backup databases with SQLBackupAndFTP in a certain bucket and folder? It’s quite easy…

Continue reading Set Amazon S3 access policy to minimum permission

Migration from MS SQL 2008 to 2012

Are you interested in learning how to migrate your database from MS SQL 2008 to 2012? If your current Cloud site is running the older version of MS SQL and you would like to update it to the newest 2012 feature-rich version, you have come to the right place. Here is a step-by-step process detailing how you can migrate your database from MS SQL 2008 to 2012:

Tasks to Complete Prior to Migration

Continue reading Migration from MS SQL 2008 to 2012

MS SQL Recovery Models

Recovery models serve very important roles when it comes to MS SQL Server backup. The purpose of an MS SQL Recovery Model is to control how transactions are logged, whether it allows and requires backing up and the types of restore operations that are available. By controlling transaction log maintenance, databases are able to be converted from one recovery model to another at any time. The three types of recovery models are simple, full, and bulk-logged, with most databases using either the simple recovery model or full recovery model. Whichever model is used, there are differences between the three. Continue reading MS SQL Recovery Models

Why choose SQL Server Express?

Sql Server ExpressWhen you choose Microsoft SQL Server Express, you’re opting for the most practical way to go when it comes to getting database software that is versatile and effective. The best advantage to the SQL Server Express is the fact that it’s free. No matter what web application framework you prefer, this edition gets the job done. You’ll also find that it’s streamlined to function with your top picks in applications as well. This is a database that can grow with you, sufficient to meet all of your needs. You’ll also find that its capacity for expansions is more than you would expect. In a time when you need to be savvy and watch your budget, SQL Server Express Edition is the answer you’ve been looking for all along. Continue reading Why choose SQL Server Express?