I want to run a procedure that transfers a large number of spreadsheets from the database to a location on the LAN. Everything works fine but I would like to improve the procedure by only allowing the data to be exported if the user has exclusive access. I want to do this for two reasons.
1 I can be sure that there are no dirty records
2 It will not slow the database down while the output queries are run.
many thanks
1 I can be sure that there are no dirty records
2 It will not slow the database down while the output queries are run.
many thanks