I have a pretty complicated model I am working on that starts out by pulling data from a SQL database using "make query table", and then creates a copy of the table using "table to table" (goes on to do many other things).
My problem: I have to the tool running fine on my local drive, when I change "Table to Table" so that it is exporting to a geodatabase on a network drive it automatically changes the field mappings of "Table to Table" so that it is maintaining fully qualified field names, despite not having this environment checked. When the tool runs on my local drive it does not maintain fully qualified names (which is what i want). This change is throwing off the rest of my model.
( i checked all environment locations, I do not have "maintain fully qualified field names" checked anywhere)
Any ideas on why this may happen?