Questions tagged [sql-agent-job]

this tag is used to discuss about the issues are occurred when add or modify the job steps, schedules, alerts, and notifications of sql server agent jobs.

SQL Server Agent job can be create in SQL Server by using SQL Server Management Studio, Transact-SQL, or SQL Server Management Objects (SMO).

421 questions
-3
votes
4 answers

is it possible to send automated email every minute after querying from a database?

I want to send an email alert after querying from the database(to check for some data).It should happen every minute.Is it possible to do it? How?
1 2 3
28
29