Is it correct to say that the Functionality of “stored queries” in MS access is the same with “stored Procedure” in MS SQL Server.
Which one improve the Performance more?
Is it correct to say that the Functionality of stored queries in MS access
Share
No, an Access query is much more limited than a stored procedure. The stored procedure may be better if you are working with an SQL Server back-end and want to do something complicated.