Forum Replies Created

Viewing 8 posts - 16 through 23 (of 23 total)

  • RE: help with the xp_cmdshell

    ' 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

  • RE: help with the xp_cmdshell

    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)

  • RE: help with the xp_cmdshell

    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...

  • RE: help with the xp_cmdshell

    sweet

    Thanks

  • RE: help with the xp_cmdshell

    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...

  • RE: Getting A Clue About Your Databases

    Thanks really helped out

    also big thanks to the godfather Bill Graziano

  • RE: alias a database name in SQL 2005

    That would not be an option for me to modify the database structure like that. But if I did that it still would not solve the problem.
    In order to...

  • RE: Tests

    very open ended question

     

Viewing 8 posts - 16 through 23 (of 23 total)