Viewing 8 posts - 16 through 23 (of 23 total)
' Setup the output file
If UCase( Right( WScript.FullName, 12 ) ) = "\CSCRIPT.EXE" Then
WScript.StdOut.Write MYPROMPT & " "
strMyFileName = WScript.StdIn.ReadLine
Else
strMyFileName = "\\serverpath\adoutput.txt"
End If
if strMyFileName = "" then
wscript.quit
July 14, 2010 at 11:48 am
I have this error now
The @output_file_name parameter is not valid for a job step of type 'ActiveScripting'. (Microsoft SQL Server, Error: 14545)
July 14, 2010 at 9:34 am
Thanks guys
I have the permissions set correctly now I think. I will post the script I am trying to run so you can see if I am off or...
July 13, 2010 at 2:40 pm
Lowell thanks for the fast response. I was trying to run this via a t-sql command in SSMS first to see if SQL had any issues. Then after I passed...
July 13, 2010 at 12:19 pm
Thanks really helped out
also big thanks to the godfather Bill Graziano
March 26, 2010 at 1:13 pm
February 1, 2007 at 9:33 pm
Viewing 8 posts - 16 through 23 (of 23 total)