sqlserver7 connect

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

    sqlserver7 connect

    i have installated on my computer ms sqlserver 7 .I want to try some
    transactions.Is it possible to connect as 2 or tree users just to simulate
    working with many users?


  • John Bell

    #2
    Re: sqlserver7 connect

    Hi

    You can use multiple windows within query analyser to simulate multiple
    users. You can use the WAITFOR statement to pause each connection. A similar
    method can be used with command windows and the isql utility.

    If you want to simulate users through your application, then test software
    such as WinRunner or Rational Robot allow you to record and replay scripts
    of users running the software.

    John


    "mirko" <hmmm@mhhhhh.ko m> wrote in message
    news:cbku31$ap7 $1@bagan.srce.h r...[color=blue]
    > i have installated on my computer ms sqlserver 7 .I want to try some
    > transactions.Is it possible to connect as 2 or tree users just to simulate
    > working with many users?
    >
    >[/color]


    Comment

    Working...