Cause: It seems
like the 'model' database determines the minimum database size. The
initial size of the 'model' database was 2.94MB, and since the size of
the database to be created by the package build process was smaller
than the 'model' database, the error was occurred. Apply the workaround
below.
Solution: The current workaround is to shrink the model database to make the model database of a smaller size.
Install SQL Client Tools on the machine, or use any machine that has SQL Tools installed to connect to the db on that machine.
Alternatively, if you do not have SQL Client Tools installed, use command line commands as follows:
c:\>sqlcmd -E -S (local)\JDESSELocal
1> dbcc shrinkdatabase (model)
2> go
- Aug 11 Thu 2011 20:59
Build full package issue for client
close
全站熱搜
留言列表
發表留言