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)
November, 2010
MSDN Blogs
>
Microsoft SQL Server Front End Blog
>
November, 2010
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft SQL Server Front End Blog
Enabling email notifications in the SQL Agent for Alerting & Job monitoring
Posted
over 3 years ago
by
Jasamba
0
Comments
To enable email notifications in SQL Agent you will need to follow the following steps: 1. Configure Datbase Mail: create an email SMTP account and corresponding Email Profile. To do so please follow directions outlined in the blog post: "SQL Database...
Microsoft SQL Server Front End Blog
Database Mail–when attachments don’t work
Posted
over 3 years ago
by
tibid
0
Comments
In a previous post ( SQL Database Mail - Send Emails with Attachment ), we described how to attach a file to an email. There is a known bug related to this. Under certain conditions, the mail attachment will not be sent. If a mail with an attachment...
Microsoft SQL Server Front End Blog
Scheduled Policy Evaluation on multiple servers using MSX/ TSX in SQL Agent
Posted
over 3 years ago
by
Sethu Srinivasan
1
Comments
One of our customer was looking for ways to schedule a policy evaluation on multiple servers using their existing MSX/TSX infrastructure. I thought it would be better to blog an article that could help others looking for similar information Before...
Microsoft SQL Server Front End Blog
SQL Database Mail - Send Emails with Attachment
Posted
over 3 years ago
by
Yuhong Li - MSFT
0
Comments
Database Mail allows you to attach files in emails. Several examples are provided to show how you can do it. The article here is assumed that a SQL Database Mail profile "MailProfile1' has been created. The MailProfile1 tells Database Mail what account...
Microsoft SQL Server Front End Blog
Writing Powershell Steps Caveat
Posted
over 3 years ago
by
tibid
1
Comments
Sql Agent provides tokens to be used with T-Sql job step scripts. Tokens are names (strings) that are replaced at runtime with a value. The tokens provide a feature similar to variables in code. The tokens are described in MSDN ( http://msdn.microsoft...
Microsoft SQL Server Front End Blog
SQL Agent Issue with identifiers delimited by double quotation marks
Posted
over 3 years ago
by
Jasamba
0
Comments
The issue is related to default settings for quoted_identifier. In SSMS query window the default settings for quoted_identifier is ON. It means that the following code will work: DECLARE @Days INT SELECT @Days = 5 SELECT 'Test' , DateAdd ( "dd...
Microsoft SQL Server Front End Blog
Database Mail – Validating your SMTP mail server configuration using powershell
Posted
over 3 years ago
by
Sethu Srinivasan
2
Comments
Database mail relies on .NET framework's SMTP client API to send emails. You could write a simple power shell script like this to test out if you are able to send mails using your smtp server Sample Powershell Code to send email: 1: $smtpServer...
Microsoft SQL Server Front End Blog
SQL Database Mail - Send T-SQL Results by Email
Posted
over 3 years ago
by
Yuhong Li - MSFT
4
Comments
This post demonstrates how you can have T-SQL results being sent to you in emails by using SQL Database Mail. The article here is assumed that a SQL Database Mail profile "MailProfile1' has been created. The MailProfile1 tells Database Mail what account...
Page 1 of 1 (8 items)