Run Store Procedure on SQL server

L

Lynn Pennington

Hi.
What would work better?
Link tables from SQL to Access 2000?
- OR -
run a stored procedure on the SQL server and use the
result set for reports?
Thanks,
Lynn.
 
J

Joe Fallon

Stored Procedure might be slightly faster.
But a well designed SQL command should be OK too.
Your choice.
 
Top