5409045121009-7368
SSCoach
Points: 15740
More actions
June 29, 2003 at 2:56 pm
#463585
How many records/columns in customers
Greg Parkinson
SSC Enthusiast
Points: 128
June 29, 2003 at 5:18 pm
#463590
quote:How many records/columns in customers
quote:
10 records with just a couple of columns - it doesn't get any simpler than this.
June 29, 2003 at 6:24 pm
#463593
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