Where is the table data in XML format kept?
Monday
Posts: 77 Silver 3
I seem to have run into an issue where old static data must be cached some place. I have a table where I just selected "Include table data" it wants to make a script to insert 9 rows (without the if count(*) = 0) and update 1. The script it generates will be impossible to run. I have to assume that at some point I set this table to include table data when it had 1 row then set I to not include table data. When I view the compare I can see it has 1 row of changed data. How do I get rid of the old static data for this table? It seems that when you un-select "Include table data" this data should be removed if it exists so this problem does not happen.
Tagged:
Answers
Product Support Engineer
Redgate Software Ltd
Please see our Help Center for detailed guides on how to use our tools
In SQL Change Automation Projects this will be on the .sqlproj file in the /IncludeObjectsInDataSync tag:
You don't need to remove this manually: Un-selecting "Include table data" will remove the table from this, however, you also need to delete or edit the migration script with the static data
Product Support Engineer
Redgate Software Ltd
Please see our Help Center for detailed guides on how to use our tools
Thanks
Product Support Engineer
Redgate Software Ltd
Please see our Help Center for detailed guides on how to use our tools