|
-
Mar 21st, 2002, 11:19 AM
#1
Thread Starter
Addicted Member
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
-
Mar 21st, 2002, 11:33 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|