How to backup couchbase buckets and upload to S3.
This script can be configured in cron job to scheduled to run hourly and i will create one repo every
–DB Blog
This script can be configured in cron job to scheduled to run hourly and i will create one repo every
–Create Triggers for protection SET NOCOUNT ON ;With AllTables as (SELECT NAME, SCHEMA_NAME(t.[schema_id]) AS SchemaName FROM sys.tables AS t WHERE t.is_ms_shipped = 0 ) SELECT ‘CREATE TRIGGER tr_’ + SchemaName + ‘_’ + NAME + ‘ ON [‘ + SchemaName