Viewing 3 posts - 1 through 3 (of 3 total)
here is an example how to send an email and the result to be formated in HTML
create procedure stp_check_smth_and_send_email
as
declare
@table nvarchar(max)
,@cnt int
,@durration int
--format email that will be send if the...
May 9, 2014 at 11:05 am
#1712280
try this....
http://www.tutorialesql.com/creare-baze-de-date-in-sql-server/
May 7, 2014 at 3:08 pm
#1711708
select * from sys.tables
http://www.tutorialesql.com/
May 7, 2014 at 3:05 pm
#1711705