Hi all,
I am jumping in to the world of SQL server with an access front end. I am going to be converting an existing database over so we can use it across a wide area network.
I have been doing a lot of reading around stored procedures, user defined functions, views and pass through queries.
All of the information in isolation has been great and not so hard to understand at a glance but now I have come to the point I am trying to differentiate all of these options to come up with the best solution for my app.
For anyone who has done the conversion from a mdb to sql server what are the general situations when you would typically use each of the above options? I can see how a view is beneficial purely for narrowing down your large tables in to workable columns but what about the others?
Also would you be able to comment on their general performance? My database contains both in line sql statements within VBA which may require parameters, but it also contains standard access querydefs which may also require parameters.
Thanks for any help,
Chris
I am jumping in to the world of SQL server with an access front end. I am going to be converting an existing database over so we can use it across a wide area network.
I have been doing a lot of reading around stored procedures, user defined functions, views and pass through queries.
All of the information in isolation has been great and not so hard to understand at a glance but now I have come to the point I am trying to differentiate all of these options to come up with the best solution for my app.
For anyone who has done the conversion from a mdb to sql server what are the general situations when you would typically use each of the above options? I can see how a view is beneficial purely for narrowing down your large tables in to workable columns but what about the others?
Also would you be able to comment on their general performance? My database contains both in line sql statements within VBA which may require parameters, but it also contains standard access querydefs which may also require parameters.
Thanks for any help,
Chris
Comment