About 831,000 results
Open links in new tab
  1. Using SQL Server Agent for Amazon RDS

    You can use SQL Server Agent to run T-SQL jobs to rebuild indexes, run corruption checks, and aggregate data in a SQL Server DB instance. When you create a SQL Server DB instance, the master user is enrolled in the SQLAgentUserRole role.

  2. Leveraging SQLAgentOperatorRole in RDS SQL Server

    May 20, 2019 · This article helps customers to better leverage SQL Server Agent in an Amazon RDS for SQL Server environment to view the following items. List of Agent Job(s) Properties of Agent Job(s)

  3. Add support for Agent Operators and email notifications in RDS for SQL

    RDS for SQL Server currently supports SQL Server Agent jobs but not operators/notifications. The current suggested workaround by AWS is to export the instance error log to CloudWatch and to create...

  4. Adding a user to the SQLAgentUser role

    To allow an additional login or user to use SQL Server Agent, log in as the master user and do the following: Create another server-level login by using the CREATE LOGIN command. Create a user in msdb using CREATE USER command, and then link this user to the login that you created in the previous step.

  5. Replace SQL Server Agent Job with AWS Step Functions

    Sep 6, 2018 · In this blog post I show how to create a step function to replace a SQL agent job that runs a SQL stored procedure. The code and the AWS CloudFormation template to implement this solution can be found in this GitHub Amazon Repository. To create the solution, I provision the following using the CloudFormation template:

  6. Amazon RDS for SQL Server supports SQL Server Agent

    Aug 23, 2012 · SQL Server Agent is a tool designed to take some of the manual heavy lifting of tuning and maintaining database services off database administrators’ shoulders. For example, you could schedule regular index builds and data integrity checks as part of your regular maintenance program.

  7. Use maintenance tasks to rebuild RDS SQL Server indexes

    Create a SQL Server agent job to rebuild indexes and update statistics. Use scripts and schedules to manually create a rebuild job. Note: When you rebuild an index, the database engine drops and recreates the index.

  8. Sync SQL Server Agent jobs in RDS for SQL Server Multi-AZ | AWS

    I have an Amazon Relational Database (Amazon RDS) for Microsoft SQL Server Multi-AZ instance. I want to synchronize SQL Server Agent jobs between the primary and secondary hosts in my instance.

  9. Accessing #AWS #CLI from #SQL Server Agent - Network …

    Dec 12, 2019 · You can verify the username used by SQL server agent by runing the command. The AWS CLI is looking for the configuration file under c:\users\MSSQLSERVER\.aws – but the configuration file is actually under c:\users\Adminstrator\.aws , so you need to copy the configuration file using xp_cmdshell as follows.

  10. AWS RDS SQL Agent Job Backup and Scripting - Love The SQL

    Sep 9, 2020 · My boss just told me we’re moving our database to AWS RDS. What do I do with my PowerShell script that I use to back up the SQL Server Agent jobs? I quickly found out (years ago) that RDS does not support a lot of my “borrowed” code, especially code that wants to do things using the msdb database.

  11. Some results have been removed
Refresh