MultiCloud Marketplace

Search Results For:
RightScale

DB SQLS Configure TempDB (v13.3) by RightScale

Configures tempdb according to Microsoft recommendations (http://msdn.microsoft.com/en-us/library/ms175527.aspx):

  1. Sets recovery model to simple.
  2. Creates as many data files (of the same size) as

Feb 04, 2013

RightScale

DB SQLS Promote to Principal (v13.3) by RightScale

Performs forced (disaster-recovery) failover from mirror instance, with possible data loss.

Feb 05, 2013

RightScale

DB SQLS Switch mirroring off (v13.3) by RightScale

Switches mirroring off for all non-system databases on the server.

Feb 05, 2013

RightScale

DB SQLS Set mixed authentication mode (v13.3) by RightScale

This script sets authentication mode for SQL Server to Mixed (SQL Server and Windows authentication mode) and restarts MS SQL Server.

Feb 04, 2013

RightScale

DB SQLS Backup all databases to Remote Storage (v13.3) by RightScale

Creates differential or full backup of all user and system databases and uploads to remote storage (Amazon S3 or Cloud Files). Implements simple cleanup policy to keep specified number of previously created backups.

Feb 05, 2013

RightScale

DB SQLS Setup volumes and services (v13.3) by RightScale

This script creates new data and log volumes or restores the volumes from previous backup. Specify the type of backup to restore from using the BACKUP_METHOD input. To force new volume creation instead of restoring, use the OPT_FORCE_CREATE_VOLUMES inp

Feb 22, 2013

RightScale

DB SQLS Start mirroring (v13.3) by RightScale

This script starts a mirroring session by invoking the "DB SQLS Init principal" RightScript on principal server or "DB SQLS Init mirror" RightScript on mirror server (depending on value of the SERVER_MODE input). Does nothing on a standalone server. Design

Feb 22, 2013