Sign In
Microsoft SQL Server Front End Blog
The writers of this blog are a part of the Microsoft SQL Server Manageability team. We will be blogging about our tools, scripts, webcasts, and miscellaneous tips that will help you get the most out of SQL Agent, Data collector and other tools
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Common Tasks
Blog Home
Email Blog Author
OK
RSS for comments
RSS for posts
Atom
Subscribe via RSS
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Data Collector
Database Mail
Powershell
Proxy
quoted_identifier
Scheduler
SQL Agent
Sql Agent History
SQL Agent Logger
SQL Agent Scheduler
SQL Azure
SQL Server Agent
XEvent
Monthly Archives
Archives
May 2012
(2)
April 2012
(3)
March 2012
(2)
February 2012
(1)
January 2012
(1)
November 2011
(2)
July 2011
(4)
June 2011
(1)
April 2011
(2)
March 2011
(2)
February 2011
(3)
January 2011
(6)
December 2010
(2)
November 2010
(8)
October 2010
(6)
September 2010
(2)
July, 2011
MSDN Blogs
>
Microsoft SQL Server Front End Blog
>
July, 2011
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft SQL Server Front End Blog
Using a stop event in CMDEXEC subsystem
Posted
10 months ago
by
tibid
0
Comments
One of the flags that can be specified for a Sql Agent jobstep is 64 (stop event flag). See the article http://msdn.microsoft.com/en-gb/library/ms187358(v=SQL.110).aspx (in the @flags section). This flag is only allowed for CMDEXEC subsystem jobstep....
Microsoft SQL Server Front End Blog
Remove associated data collector jobs
Posted
10 months ago
by
Sethu Srinivasan
6
Comments
If you are using SQL 2012 , please take a look at http://blogs.msdn.com/b/sqlagent/archive/2012/04/05/remove-associated-data-collector-jobs-in-sql-2012.aspx **NOTE**Please use the following script only for testing purpose on TEST systems. T-SQL...
Microsoft SQL Server Front End Blog
Enabling additional tracing for data collector
Posted
10 months ago
by
Sethu Srinivasan
0
Comments
Note: Please use this only when you see failures in data collector tasks and would like to see more details on the root cause. It is recommended to disable this trace settings after you are done with gathering trace logs 1) Create a folder c:\temp...
Microsoft SQL Server Front End Blog
Email Query output as ANSI / UNICODE file attachment using Powershell and Database Mail
Posted
10 months ago
by
Sethu Srinivasan
1
Comments
#launch sqlps.exe to run the followign script #update servername,email profile, recipient list that matches your environment $instanceName = "MACHINE\SQLINSTANCE" $targetFileAnsi = "c:\temp\result_ansi.csv" $targetFileUnicode = "c:\temp\result_unicode...
Page 1 of 1 (4 items)