About 159,000 results
Open links in new tab
  1. Stairway to SQL Server Agent: Level 1: Setup and Overview

    Jan 11, 2012 · SQL Server Agent is a Microsoft Windows service that allows a DBA to automate administrative tasks. SQL Server Agent can run jobs, monitor SQL Server, and process alerts. …

  2. SQL Server Agent service could not be started - Stack Overflow

    Jun 24, 2019 · I start a Windows SQL Server in a Docker Container on a Windows Server 2016 virtual machine with this command: docker container run --name mssql-server --detach - …

  3. Stairway to SQL Server Agent - Level 3: Agent Alerts and Operators

    Dec 28, 2011 · To create an operator, open up SQL Server Management Studio (SSMS) and navigate to the Operators folder under SQL Server Agent. Right click on Operators, and select …

  4. sql server - The request failed or the service did not respond in a ...

    30 Above mentioned issue happened in my local system. Check in sql server configuration manager. Step 1: SQL server Network configuration step 2: Protocols for local server name …

  5. Executing SQL Server Agent Job from a stored procedure and …

    Sep 4, 2012 · Need to have a stored procedure that calls a SQL Server Agent Job and returns whether or not the job ran successfully or not. So far I have CREATE PROCEDURE MonthlyData …

  6. Stairway to SQL Server Agent - Level 10: Using proxy accounts …

    Dec 7, 2011 · SQL Server Agent Proxy accounts enable non- sysadmin users the ability to perform critical tasks while impersonating other Windows Security Credentials that have rights and …

  7. Managing SQL Agent in Azure Data Studio - SQLServerCentral

    Sep 18, 2023 · This article continues my series on ADS and examines the SQL Agent extension.

  8. how to know status of currently running jobs - Stack Overflow

    Aug 26, 2013 · I need to know if a given Job is currently running on Ms SQL 2008 server. So as to not to invoke same job again that may lead to concurrency issues.

  9. SQL Server not sending email when job fails - Stack Overflow

    Feb 14, 2023 · 4 Besides configuring: Management > Database Mail SQL Server Agent > Operators And adding a Notification in Job Properties to send an E-mail to the operator when a Job fails …

  10. sql server - How can I schedule a job to run a SQL query daily?

    Mar 29, 2011 · I need to know how to make a SQL query run daily using a SQL Server Agent job, with minimum required configuration settings.