Viewing 3 posts - 16 through 18 (of 18 total)
I have tested the code and it is giving an error. I think end statement is not required at the last line, just comment that out and it works
July 3, 2012 at 12:12 am
#1508025
Excellent topic!
I just want to add one thing. If you use table variable or tmp table use all column names instead of just * in select statement.
Forexample:
Does not Work
select *...
June 14, 2012 at 5:27 pm
#1501323
Yes you can create a SSIS package for your requirements. use Execute task run the Get Login Script and then Script Task to send emails. after creating package create a...
March 6, 2012 at 12:37 am
#1455131