Hi all,
I've got a very invloved view joining quite a number of tables. It takes 30+ minutes to run because of all the data we're pulling.
To make things easier on the user, I'd like to populate a temp table each night with this data (and report from that). I'm not sure how to go about this as I haven't done much with stored procedures.
any tips?
I've got a very invloved view joining quite a number of tables. It takes 30+ minutes to run because of all the data we're pulling.
To make things easier on the user, I'd like to populate a temp table each night with this data (and report from that). I'm not sure how to go about this as I haven't done much with stored procedures.
any tips?