About 2,410,000 results
Open links in new tab
  1. SQL Server Agent Data Mart Incremental Load

    Nov 16, 2020 · Review the dimensional model for the data mart to be populated from the SQL Server Agent tables. Provide an overview of the SQL Agent jobs that perform the ETL operations for the data mart.

  2. How to automate SSAS tabular model processing in SQL Server …

    Mar 6, 2017 · To do this we can wrap the JSON in XMLA which can be handled by a SQL 2012 -2014 Agent job. Here’s an example: With our Process DB step setup, we now want to look at logging & notification of success.

  3. Analyze SQL Agent Job History with Power BI - Insight Quest

    Jul 14, 2019 · The core idea of this solution is to have a data model in place (a Power BI ‘dataset’), including fact to dimension relationships and measures with built-in calculation logic to make it relatively easy to build SQL Agent reports and dashboards and to browse/analyze SQL agent history data.

  4. Querying SQL Server Agent Job Information - MSSQLTips.com

    Dec 9, 2011 · In this tip we will retrieve the following information related to SQL Server Agent Jobs by querying some of the system tables in the msdb database: SQL Server allows creation of jobs for performing various tasks in an automated fashion like Replication, running SSIS Packages, Stored Procedures, Batch Commands, etc.

  5. Create a SQL Server Agent Job in SSMS | Microsoft Learn

    Feb 13, 2025 · This article explains how to create a SQL Server Agent job using SQL Server Management Studio (SSMS), Transact-SQL (T-SQL), or SQL Server Management Objects (SMO). To add job steps, schedules, alerts, and notifications that can be sent to operators, see the links to topics in the See Also section.

  6. Accessing SQL Server Agent Data - MSSQLTips.com

    Sep 6, 2019 · The data used for SQL Server Agent is just like most other processes where all the data is stored in tables and accessible. The following shows a list of the different system tables, views and stored procedures that are used to store …

  7. SQL Agent Jobs Simplified: Essential for DBAs

    Jan 8, 2025 · SQL Server Agent Jobs are an essential tool for automating database tasks, streamlining operations, and improving the reliability of your SQL Server environment. From automating backups to handling batch processes and maintenance tasks, SQL Agent Jobs can save time and reduce the risk of human error.

  8. Create a SQL Server Agent Master Job | Microsoft Learn

    Feb 13, 2025 · This topic describes how to create a master Microsoft SQL Server Agent job in SQL Server by using SQL Server Management Studio or Transact-SQL. Changes to master SQL Server Agent jobs must be propagated to all involved target servers.

  9. How to Efficiently Document SQL Server Agent Jobs

    We have hundreds of automated jobs that run on the SQL Server Agent and various servers so I wanted to start documenting some basic information (When are these jobs scheduled?, How long do they usually take?, How often do they fail?, Is the length of execution time static or growing?

  10. SQL Server Agent | Microsoft Learn

    Feb 13, 2025 · Define a set of jobs, schedules, alerts, and operators by using SQL Server Management Studio, Transact-SQL scripts, or SQL Server Management Objects (SMO). For more information, see Create Jobs. Run the SQL Server Agent jobs you've defined.

  11. Some results have been removed
Refresh