Hi - we currently have a large table that I would like to move ot its own filegroup in SQL Server. I am able to move this from a SQL point of view but my issues comes with how AX then deals with changes to that table should it need to alter a column for some reason as part of a piece of development.
We have found that during this release the table may well be copied, modfied and renamed and places back in the default filegroup.
Is there anyway to stop this from happening and instead be placed in the filegroup I specify, or do I have to manually move the table again after a release?
Thanks