Since the import process end with a huge size (around 16 GB for data and 26 GB for log) MSSQL start using the auto growth to expand the DB file size which will take long time and in some cases the expanding will stop when the DB reach the maximum file size.
We can reduce the import time to 1 hour or less in very simple way. all what we need is to expand the DB file size before start importing the demo data, the following steps illustrate how we can do it:
1- Open MSSQL
2- Select the MicrosoftDynamicsAX Database > Right Click > Select propitiates
3- Select Files then change the row data size to 16 GB and the log to 26 GB then click Ok.
4- Wait until the DB expansion finish the close the MSSQL.
5- Now you can start importing the demo data.
See also
No comments:
Post a Comment