Skip to main content

2026년 7월 16일 아카이브됨

Change SQL Server Database Auto Growth Settings for Omnissa Access

When you create the database, the default settings for auto growing is 1 MB for data files. The auto growth setting for the Omnissa Access database must be increased to 128 MB.

To see the vIDMDB database file auto growth setting, navigate to DataBase Properties > Files. The setting is displayed in the Autogrowth / Maxsize column.

Procedure

  1. Log in to the Microsoft SL server Management Studio session as the sysadmin or a user account with sysadmin privileges.

  2. In the toolbar, click New Query.

  3. To change the auto growth setting, run the following command.

    ALTER DATABASE <saasdb>
    
            MODIFY FILE ( NAME = N'<saasdb>', FILEGROWTH = 128MB )
    
    GO
    

Results

The auto growth setting is changed to 128 MB.

이 페이지가 도움이 되었나요?

이 항목에 대한 피드백 보내기

이 항목이 도움이 되었나요?

개인정보나 기밀정보는 입력하지 마세요.

링크를 생성하는 중…