Shortcut For QA

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Neil

    Shortcut For QA

    When I open QA on my development machine, I almost always go to the same db.
    Is it possible to create a shortcut for QA which tells it to go to that db,
    and also provides the login and password? Thanks,

    Neil


  • kb

    #2
    Re: Shortcut For QA

    When I open QA on my development machine, I almost always go to the same
    db.
    Is it possible to create a shortcut for QA which tells it to go to that
    db,
    and also provides the login and password? Thanks,
    "%ProgramFiles% \Microsoft SQL
    Server\80\Tools \Binn\ISQLW.EXE " -SYourServerName -dDatabase -ULogin -PPassword


    --
    Tom
    PDF editing resource hub with step-by-step guides, tool comparisons, expert tips, security advice and a complete FAQ for every PDF editing task.



    Comment

    • kb

      #3
      Re: Shortcut For QA

      When I open QA on my development machine, I almost always go to the same
      db. Is it possible to create a shortcut for QA which tells it to go to
      that db, and also provides the login and password? Thanks.
      >
      "%ProgramFiles% \Microsoft SQL
      Server\80\Tools \Binn\ISQLW.EXE " -SYourServerName -dDatabase -ULogin -PPassword
      Usage: ISQLW.EXE
      [-S <[server]>]
      [-d <database>]
      [-E] trusted connection
      [-U <[login id]>]
      [-P <[password]>]
      [-f <file list to load>]
      [-i <input filename>
      -o <output filename>]
      [-1] Single instance mode
      [-T <template directory>]
      [-D <script directory>]
      [-C <configuratio n file>]
      [-F <U | A | O>] file format (Unicode | ANSI | OEM)


      --
      Tom
      PDF editing resource hub with step-by-step guides, tool comparisons, expert tips, security advice and a complete FAQ for every PDF editing task.



      Comment

      • Neil

        #4
        Re: Shortcut For QA

        Thanks!

        "kb" <admin@kbupdate .infowrote in message
        news:fg19oh$23r p$1@ns.felk.cvu t.cz...
        >When I open QA on my development machine, I almost always go to the same
        >db.
        >Is it possible to create a shortcut for QA which tells it to go to that
        >db,
        >and also provides the login and password? Thanks,
        >
        "%ProgramFiles% \Microsoft SQL
        Server\80\Tools \Binn\ISQLW.EXE " -SYourServerName -dDatabase -ULogin -PPassword
        >
        >
        --
        Tom
        PDF editing resource hub with step-by-step guides, tool comparisons, expert tips, security advice and a complete FAQ for every PDF editing task.

        >

        Comment

        • Jim McLeod

          #5
          Re: Shortcut For QA

          When I open QA on my development machine, I almost always go to the
          same db. Is it possible to create a shortcut for QA which tells it to
          go to that db, and also provides the login and password? Thanks,
          Neil
          Hi Neil,

          You can create a shortcut to isqlw.exe (Query Analyzer) like:
          isqlw.exe -S myserver -d mydatabase -U username -P password

          For more details, check out
          <http://msdn2.microsoft .com/en-us/library/aa214005>(SQL.8 0).aspx

          Cheers,
          Jim

          --
          I'm trying a new usenet client for Mac, Nemo OS X.
          You can download it at http://www.malcom-mac.com/nemo

          Comment

          Working...