We have a script that we use for client conversions that deletes all date from almost every table from a database. We do this so that we can clear out any data not related to the application configuration, so that we can start to import data again (test conversions).
Would it be wise to shrink the DB after that process?
Will the continued cycle of import data-->delete data-->import data-->delete data cause fragmentation and "artificial growth" of the DB size?
Thanks in advance