close

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


arrow
arrow
    全站熱搜
    創作者介紹
    創作者 史特林 的頭像
    史特林

    史特林研究室

    史特林 發表在 痞客邦 留言(0) 人氣()