Hello MS Access Community,
I normalized tblManifestHeaders by removing the Generator Address fields and creating a tblGenerators lookup table. I repeated the same for Receiver Address.
I also changed all fields from nvarchar(250) to varchar(250) in tblManifestHeaders because this is a US dataset. I was expecting the database size to reduce with these optimizations but instead it grew from 120 GB to 150 GB.
Is there a compact feature in SQL Server? Any other recommendations?
Thank you
I normalized tblManifestHeaders by removing the Generator Address fields and creating a tblGenerators lookup table. I repeated the same for Receiver Address.
I also changed all fields from nvarchar(250) to varchar(250) in tblManifestHeaders because this is a US dataset. I was expecting the database size to reduce with these optimizations but instead it grew from 120 GB to 150 GB.
Is there a compact feature in SQL Server? Any other recommendations?
Thank you