Stairway to Server-side Tracing - Level 7: How to Automate SQL Traces using SQL Jobs
How to use SQL Jobs, scripts and SSIS to manage traces and trace data collection.
2019-03-26 (first published: 2012-01-18)
6,582 reads
How to use SQL Jobs, scripts and SSIS to manage traces and trace data collection.
2019-03-26 (first published: 2012-01-18)
6,582 reads
Level 8 of this stairway series looks at the automation of your tracing using Integration Services.
2019-03-26 (first published: 2012-09-03)
4,689 reads
In this level you will see how to employ the Data Collector feature of SQL Server to automate management of SQL Traces among multiple servers.
2019-03-26 (first published: 2012-10-24)
4,904 reads
By Steve Jones
I am not a great software developer. I’m OK, and I do know how...
By Steve Jones
Today’s coping tip is to appreciate your hands and all the things they do...
By alevyinroc
On to the FIRST Robotics Competition 2023 World Championship Last week I wrote about...
Hi, each day we are sent an email with an XML attachment. Recently the...
SELECT BusinessEntityID,FirstName,MiddleName,LastName, YEAR(OrderDate) AS OrderYear, DATENAME(MM,OrderDate) AS OrderMonth FROM Person.Person Pp INNER...
I am after some advice, I have completed a SSRS migration 2017 - 2019. ...