isqlw problem

  • Hi,

    I am trying to run isql.exe through the installshield program to load sql file. The commands I am using are

    1. sqlservr.exe [to start sql server]

    2. isqlw.exe -S szComputerName -E -i deploy_all_tbs.sql -o TestOut.bat

    The point 2 is giving an error and is not deploying the script. Can anyone let me know if the TestOut.bat file needs to be there in the specified folder to run this program successfully. Also it runs in my machine correctly but when I try to run the installation program in other machines I get this error. Has this anything to do with trusted connection

    Thanks

  • yes. the -E will make a trusted connection. If the user installing the program has not been setup in SQL Server, it will fail.

    Steve Jones

    steve@dkranch.net

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply