Hi Team,
Am planning to create a one sql job based on condition.
For example: This is my query
select C1,C2,C3,C4,C5 from table where createdOn > convert(date,getdate())
and C1='Value' and C6=1 and C4 >= 16
It is possible to create a job when requirement meet like above.
And i need to execute the job when those condition match.
Thanks
Bala Narasimha