Viewing 15 posts - 451 through 465 (of 543 total)
Thanks mrrobsewell & Leonard. Both solutions are good. thank you.
@mrrobsewell - I need a small help. Considering Leonard solution, how can format in such a way so that Report,...
October 27, 2016 at 12:13 pm
Finally was able to fix the issue. Added below 3 lines and it worked like a charm. Thank you so much for the continous help Leonard.
$message = New-Object Net.Mail.MailMessage($EmailFrom, $EmailTo,...
October 26, 2016 at 2:12 pm
Hi Leonard,
Now everything is working fine. Email is being sent to the recipient but the format is not getting display in proper HTML format.
But if I go to...
October 26, 2016 at 1:33 pm
I slightly modified the catch block to display the exception.
catch [Exception]
{
Write-Host "$_.Exception.GetType().FullName, $_.Exception.Message" -ForegroundColor Red
}
}
Then as suspected it was throwing below runtime error
New-Object...
October 26, 2016 at 1:09 pm
Hi Leonard,
I dont know why but the script is getting executed but the data is not showing up. PFA screenshot.
Could you please help me in fixing it.
October 26, 2016 at 12:01 pm
Thanks you very much for the help . Will check Leonard.
October 25, 2016 at 2:58 pm
Thanks a ton Hanshi.
October 19, 2016 at 4:04 am
Hi Experts,
Any thoughts??
September 24, 2016 at 10:58 am
my comments
1) How large are the data sets which are being processed in the SSIS packages?
The sets are quite large. 2-3 millions rows.
2) Are...
September 24, 2016 at 7:01 am
Hi All,
I was doing some home work on query timeouts. Came across the interesting blog from Jonathan kehayias. He demonstrated a nice way of capturing the queries which are getting...
September 2, 2016 at 11:30 pm
Viewing 15 posts - 451 through 465 (of 543 total)