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
Tags
Activity Monitor
Backup
Data Collector
Database Mail
Powershell
Proxy
quoted_identifier
reports
Scheduler
scripting
SMO
SQL Agent
Sql Agent History
SQL Agent Logger
SQL Agent Scheduler
SQL Azure
SQl Server
SQL Server 2012 SP1
SQL Server Agent
SSMS Reports
XEvent
Monthly Archives
Archives
March 2013
(1)
February 2013
(1)
January 2013
(2)
December 2012
(1)
November 2012
(2)
September 2012
(2)
August 2012
(3)
July 2012
(2)
June 2012
(1)
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)
January, 2011
MSDN Blogs
>
Microsoft SQL Server Front End Blog
>
January, 2011
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft SQL Server Front End Blog
Permissions for Job and Schedule Owners
Posted
over 2 years ago
by
tibid
0
Comments
In a previous post ( Scheduling Tips and Tricks ) I described how to use TSQL to create a schedule and attach it to an existing job. In this post, I will describe what are the permissions required to create a job/schedule and attach a job to an existing...
Microsoft SQL Server Front End Blog
Scheduling Tips and Tricks
Posted
over 2 years ago
by
tibid
0
Comments
In a previous post ( Create a regularly scheduled job ), we described how to create a schedule using the SSMS visual interface. In this post we will touch on issues related to schedules – how to create them in TSQL, how to see if they work as...
Microsoft SQL Server Front End Blog
SQL Database Mail -- Cleanup of Logging Records
Posted
over 2 years ago
by
Yuhong Li - MSFT
1
Comments
Similar to SQL Agent logging history, Database Mail has own logging history. When the logging history is grown too big, you can run T-SQL sysmail_delete_log_sp to clean the logging records. Several examples of using this stored procedure are provided...
Microsoft SQL Server Front End Blog
Limit resources used by SQL PowerShell Jobs using Resource Governor
Posted
over 2 years ago
by
Sethu Srinivasan
0
Comments
Resource governor in SQL Server can be used to limit resource consumption by specific application / user. Long running queries / tasks in SQL PowerShell might consume more SQL server resources. If you would like to set limits, you can do by enabling resource...
Microsoft SQL Server Front End Blog
Sql Agent Quick Tip- Deleting History
Posted
over 2 years ago
by
Robann Mateja
0
Comments
This is the first in several posts that will discuss quick tips and tricks for managing Sql Agent history. Today, I'm going to discuss one of the history management options which will let you delete history. There is an easy way to do this, but it has...
Microsoft SQL Server Front End Blog
SQL Database Mail -- Send Emails in HTML Format
Posted
over 2 years ago
by
Yuhong Li - MSFT
2
Comments
Usually the content of emails is sent by Database Mail in a plain text. You can change it to HTML format for a richer content. This article demonstrates how to do it. The article here is assumed that a SQL Database Mail profile "MailProfile1' has been...
Page 1 of 1 (6 items)