I have a problem where tables are created with a make table query. Occasionally, we run into an error where the user (and myself) are denied permission to delete the table (it is deleted and remade many times a day) before the new one is created. How can I assign (or unassign) permissions on a table manually created this way?
I posted previously – this was suggested:
I have had this problem many times, since we have a Database with about 30 Users accessing info at the same time.
For a Table that is being deleted and recreated on a continuous basis. Make that the table should be created in the each one PC's Local temp directory. Let your SQL reflect where it should create the table and you will never have problems with a conflict.
...But I don’t understand the “where” part. How do I direct where a table is created? A make table just puts it into a database – how do I “create a table in a local directory”?
I posted previously – this was suggested:
I have had this problem many times, since we have a Database with about 30 Users accessing info at the same time.
For a Table that is being deleted and recreated on a continuous basis. Make that the table should be created in the each one PC's Local temp directory. Let your SQL reflect where it should create the table and you will never have problems with a conflict.
...But I don’t understand the “where” part. How do I direct where a table is created? A make table just puts it into a database – how do I “create a table in a local directory”?