Autogrowth option for Log File (Image files)

Radhai Krish 191 Reputation points
2024-09-05T05:55:42.31+00:00

Data Migration Assistant (DMA) suggested below recommendation,

User's image

But the DB Properties don't have option for Autogrowth to ImageFiles

User's image

How to make it autogrow?

The DB is currently in CL100, soon to be upgraded to CL160

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,690 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Erland Sommarskog 110.4K Reputation points MVP
    2024-09-05T21:00:57.2366667+00:00

    It does say in the screenshot above "Image_files does not use autogrowth option". And there is a simple reason for this: it is not applicable. Data and log files are that. Files. And files have a size. But the container for Filestream is a folder and a folder does not have a size per se, so there is nothing that can grow.

    Of course, you can fill up the disk, but disks usually are not able to autogrow. :--)

    1 person found this answer helpful.
    0 comments No comments

  2. MikeyQiaoMSFT-0444 2,790 Reputation points
    2024-09-06T09:40:26.6233333+00:00

    Radhai Krish,The advice from DMA is sometimes just for your reference and to help you troubleshoot potential issues during the upgrade. In this thread, DMA did not take the FILESTREAM feature into account, so continue with your upgrade.


    If you are satisfied with the answer, don't forget to "Accept it," as this will help other friends who have similar problems.

    1 person found this answer helpful.
    0 comments No comments

  3. MikeyQiaoMSFT-0444 2,790 Reputation points
    2024-09-05T08:49:28.41+00:00

    Hi,Radhai Krish

    I think what DMA mentioned about autogrowth corresponds to the autogrowth of the database's log and data files. I would like to ask in what form are the image files stored in your DB?

    For ease of management and performance optimization, for image files, one can usually opt for the FILESTREAM format.User's image

    Regards

    Mikey Qiao


    If you're satisfied with the answer, don't forget to "Accept it," as this will help others who have similar questions to yours.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.