Query Analyzer

  • How many records/columns in customers

  • quote:


    How many records/columns in customers


    10 records with just a couple of columns - it doesn't get any simpler than this.

  • Not sure why you want to keep on pressing F5, but the following code will also goes into an endless loop. Hopefully it will not hang Query Analyzer.

    While 1>0

    Begin

    Select Top 5 GetDate(),* from customer

    WaitFor Delay '0:0:1'

    End

Viewing 3 posts - 1 through 4 (of 4 total)

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