Summary
This update improves the supportability of SQL Server 2012 and 2014 by adding information about whether Database Instant File Initalization is enabled for the instance. Database Instant File Initalization is enabled when the SQL Server service startup account is granted SE_MANAGE_VOLUME_NAME. Members of the Windows Administrator group have this permission and can grant it to other users by adding them to the Perform Volume Maintenance Tasks security policy.
More Information
This update is included in the following service packs for SQL Server:
Service packs are cumulative. Each new service pack contains all the fixes that are in previous service packs, together with any new fixes. Our recommendation is to apply the latest service pack and the latest cumulative update for that service pack. You do not have to install a previous service pack before you install the latest service pack. Use Table 1 in the following article for finding more information about the latest service pack and latest cumulative update.
How to determine the version, edition and update level of SQL Server and its components
After you install this update, if the SQL Server service startup account is granted SE_MANAGE_VOLUME_NAME, an informational message that resembles the following is logged in the SQL Server error log at SQL Server startup:
date time Server Database Instant File Initialization: enabled. For security and performance considerations see the topic 'Database Instant File Initialization' in SQL Server Books Online. This is an informational message only. No user action is required.
If the SQL Server service startup account has not been granted SE_MANAGE_VOLUME_NAME, an informational message that resembles the following is logged in the SQL Server error log at SQL Server startup:
date time Server Database Instant File Initialization: disabled. For security and performance considerations see the topic 'Database Instant File Initialization' in SQL Server Books Online. This is an informational message only. No user action is required.
References
Database Instant File Initialization Learn about the terminology that Microsoft uses to describe software updates.