Results 1 to 2 of 2

Thread: Performance

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2000
    Location
    Dubuque, IA
    Posts
    134

    Performance

    Can anybody honestly tell me that if use a basic SQl Select statement form VB6 (exp: "Select * From Update")
    as oppossed to calling a stored procedure in SQL, that one way has better performance than the other. I understand that stored procedures are great for larger processes but when it's this simple isn't a stored procedure overkill? Any insight on this is greatly appreciated!!!!!!!!!! GENE

  2. #2
    DerFarm
    Guest
    I have maintained for a long time that the question of speed is
    more a "religious" issue than otherwise. Unless I get a speed
    increase of > 2 (twice as fast), I'm coding whatever is easiest to
    understand 6 months from now.

    The difference between 30 secs and 1.5 min to completion just
    isn't that important in most applications.

Posting Permissions

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



Click Here to Expand Forum to Full Width