Viewing 15 posts - 1 through 15 (of 491 total)
Hi runaldo,
Thank you very much for the help. Good points.
July 23, 2014 at 1:16 pm
Point noted.
Here is the fix to send email to gmail via Powershell 2.0
$EmailFrom = "notifications@somedomain.com"
$EmailTo = "me@earth.com"
$Subject = "Notification from XYZ"
$Body = "this is a notification from...
June 24, 2014 at 8:24 am
Thank you. I was able to fix by myself by doing some google search.
http://stackoverflow.com/questions/1252335/send-mail-via-gmail-with-powershell-v2s-send-mailmessage
June 24, 2014 at 8:13 am
Hi Steve,
Thank you for providing the script.
I tried below command to send email to my gmail account but it is failing with below error message. Can anybody tell me why...
June 24, 2014 at 8:00 am
ok lynn. Thank you.
I will search for powershell script then.
June 22, 2014 at 12:46 am
Hi muthyala,
Sorry to ask but I couldnt understand what your are saying. Can you explain in more detailed technical steps especially when adding an article to an exisiitng Publication...
May 22, 2014 at 2:44 am
Thank you 🙂
May 21, 2014 at 6:15 am
Thanks Gail. I just came across your link.
http://www.sqlservercentral.com/Forums/Topic1208152-1550-1.aspx
May 21, 2014 at 6:13 am
You mean, SQL Server Errorlog. Right ?
Thank you.
May 21, 2014 at 6:09 am
Thank you Gail. Again, in the fist place , is it perfectly safe to KILL checkdb operation if required?
May 21, 2014 at 5:39 am
Super. Thanks Gail.
May 21, 2014 at 5:30 am
Is there anything happens internally because even the KILL takes a long time.
May 21, 2014 at 5:29 am
OK Gail. no problem. May be I have misunderstood and misinterpreted your words based on my limited knowledge.
So as a whole, sql server memory and can be paged out by...
May 20, 2014 at 3:20 am
Gail, one last question. just need your clarification on my below statement.
From Neil Hambly blog, I got the below query and it is showing PAGEFAULTS information.
Does it have any...
May 19, 2014 at 9:11 am
Viewing 15 posts - 1 through 15 (of 491 total)