Hi Guys,
where do you write queries when you are working with BE like SQL server ?
Are you using pass through queries ? And select only data?
Or you are referring to functions from FE in BE but all aggregations you are doing in BE?
Queries in Access are temporary tables which are taking space.
i mean i can have all tables in BE but writing queries in FE will take space...
Maybe all queries and views should be in BE and in FE i should only show snapshots from BE?
What are your approaches?
Best Wishes,
Jacek
where do you write queries when you are working with BE like SQL server ?
Are you using pass through queries ? And select only data?
Or you are referring to functions from FE in BE but all aggregations you are doing in BE?
Queries in Access are temporary tables which are taking space.
i mean i can have all tables in BE but writing queries in FE will take space...
Maybe all queries and views should be in BE and in FE i should only show snapshots from BE?
What are your approaches?
Best Wishes,
Jacek