Securely backup your company's running databases along with options to schedule backups, receive notifications and view log reports
Windows Authentication Mode: When you connect through a Windows user account, MS SQL server validates the account name and password using the Windows principal token in the operating system. This means that your identity is confirmed by Windows. SQL server does not ask for the password and does not perform the identity validation. Windows Authentication is the default authentication mode and is more secure than SQL Server Authentication.
SQL Server Authentication Mode: When using SQL Server Authentication, logins are created in SQL server that are not based on Windows user accounts. Both the username and password are created by using SQL server and stored in SQL server. While connecting using SQL Server Authentication, you must provide your credentials (login and password) every time. When using SQL Server Authentication, you should set strong passwords for all SQL server accounts.
Note: If you attempt to connect to an instance of MS SQL server by providing a blank login name, the SQL server uses the Windows Authentication. Additionally, if you connect to an instance of SQL server configured for Windows Authentication Mode using a specific login, the login is ignored, and the Windows authentication is used.
Note: On selecting 'Online Backup', the data will be stored on the IDrive cloud whereas on selecting 'Local Backup' or 'IDrive Express™ Backup' the data will be stored in the local drive.
Note: Once the local backup is initiated, '.ServerBackup' folder is auto-created.
Note: IDrive® for Windows allows you to schedule the MS SQL server backup for different instances. For easy identification of the MS SQL server backup set, the name of the backup set will be 'IDSQLServerBkset' followed by the instance name scheduled for backup. Example: If the instance name is 'MJOHN\INSTMJOHN' then the name of the backup job is 'IDSQLServerBkset' (MJOHN##INSTMJOHN)'.
Note: On selecting 'Online Backup', the data will be stored on the IDrive cloud whereas on selecting 'Local Backup' or 'IDrive Express™ Backup' the data will be stored in the local drive.
Note: To perform the incremental backup, database should be in a full/bulk-logged recovery model.