Viewing 7 posts - 1 through 7 (of 7 total)
Hi Pradeep,
I didn't see the script on the link you provided.
April 27, 2010 at 11:49 am
Thanks Pradeep
April 27, 2010 at 10:07 am
Thank you Alen
April 27, 2010 at 10:06 am
Hi Alen,
can you direct me to the link for the article?
Thanks for your reply,
-James
April 27, 2010 at 9:54 am
'Accept input parameters
Dim jobType
'first parameter
jobType= Wscript.Arguments.Item(0)
Set objMessage = CreateObject("CDO.Message")
objMessage.Subject = "Message Alert from SQL Server: " & jobType & " job...
January 19, 2010 at 12:59 pm
I appreciate all the responses.
January 19, 2010 at 12:55 pm
hello,
when I run the following powershell script, I get an error.
$destServer = 'VM-KMCSQL2005'
$destdb = 'BackupMonitoring'
#######################
function Get-SqlData
{
param([string]$serverName=$(throw 'serverName is required.'), [string]$databaseName=$(throw 'databaseName is required.'),
...
January 14, 2010 at 5:00 pm
Viewing 7 posts - 1 through 7 (of 7 total)