By Ross L Rooker, Sr.(1) - 5/20/2014
When copying the data get this error:
An error occurred while deploying the data to the server. SqlException Could not allocate space for object 'dbo.tblCustomers'.'PK_tblCustomers' in database \visualOfficeQueryData' because the 'PRIMARY' filegroup... Source: Net SqlClient Data Provider
By default when the target database is created by the deployment package the "Autogrowth/Maxsize" defaults to "None" on the PRIMARY Filegroup. My question is how do I resolve this error to default the Autogrowth to "By 10 percent. Unlimited"?
|
By Ross L Rooker, Sr.(1) - 5/20/2014
Solved. The setting in FILE GROUPS of the DDT allows this to be set.
|
|