xavier.batlle
Active member
- Local time
- Today, 11:55
- Joined
- Sep 1, 2023
- Messages
- 219
I have done it several times and to avoid problems I follow these steps:hi there - we have a customer that we run 95 queries for as part of their processing. These queries are based on a number of tables that are named in a specific way. They want to change their main table name, but from what I can see, the table names that the queries are based on, don't always seem to change. Therefore we will need to go through every query potentially to see if it works. Is this right? Thoughts very welcome!
- 1) Rename the old table with the new name
- 2) Create a query using the the old table name with all the fields of the new table
- 3) Change old table name with the new table name in all querys (Optional in some cases)
This is not an exaustive list of all the tasks but pehaps you find useful.