Results 1 to 3 of 3

Thread: Connecting SQL Server through MS Doc Command

  1. #1
    hiroko Guest

    Connecting SQL Server through MS Doc Command

    Can anyone tell me how I can connect database of SQL Server through MS Command prompt?

    For example, if it is Oracle, the following works.

    sqlplus userid/password/dbname

    Is there any command which is equivalent as above in SQL Server?

    Thank you.
    H.

  2. #2
    Patrick Guest

    Connecting SQL Server through MS Doc Command (reply)

    You could use the ISQL program with parameters like Pwd Input, Output files etc..
    Enjoy
    Patrick


    ------------
    hiroko at 4/26/01 2:31:44 PM

    Can anyone tell me how I can connect database of SQL Server through MS Command prompt?

    For example, if it is Oracle, the following works.

    sqlplus userid/password/dbname

    Is there any command which is equivalent as above in SQL Server?

    Thank you.
    H.

  3. #3
    Guest

    Connecting SQL Server through MS Doc Command (reply)




    ------------
    hiroko at 4/26/01 2:31:44 PM

    Can anyone tell me how I can connect database of SQL Server through MS Command prompt?

    Type in command prompt:
    isql -?

    _____________
    ruddi

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •