Link to home
Start Free TrialLog in
Avatar of bibi92
bibi92Flag for France

asked on

script to send html report

Hello,

I search a T-SQL script to send html report with the result of the following query
select * from process
where statusCode='ERR'
order by startdate desc

Thanks

Regards
ASKER CERTIFIED SOLUTION
Avatar of Pawan Kumar
Pawan Kumar
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bibi92

ASKER

thanks
Glad to help!