Configuring Database Instant File Initialization Feature of SQL Server
By: Editor March 25, 2009
Introduction
SQL Server Database Administrators can leverage Database Instance File Initialization Feature which is available in Microsoft Windows XP Professional, Windows Server 2003 or later versions to reduce the time taken to restore very large databases. The Database Instance File Initialization feature internally skips zeroing out of data pages thereby reducing the time taken when performing operations such as creation of new databases, adding new data or log files to an existing database, increasing the size of an existing data and log files (including database file auto grow operations) or restoring a database or a filegroup.
Using Database Instant File Initialization Feature
The Database Instant File Initialization feature can be used by SQL Server 2005 or later versions only when the SQL Server service account is granted SE_MANAGE_VOLUME_NAME privilege. Windows administrators can provide SE_MANAGE_VOLUME_NAME privileges to an SQL Server Service Account by adding it to Perform Volume Maintenance Tasks security policy.
Enabling Database Instant File Initialization Feature of SQL Server
1. Click Start | Control Panel | Administrative Tools | Local Security Policy
2. In Local Security Policy window, expand Security Settings and then expand Local Policies.
3. In Local Policies, expand User Rights Assignment folder. All the user specific policies will be displayed on the right side panel.
4. In the right panel, double click Perform Volume
Maintenance Tasks

5. This will open up Perform Volume Maintenance Tasks Properties window as shown in the below snippet.
6. On the Local Security Setting tab, click Add User or Groups… button, this will open up Select Users or Groups dialog box where you need to add the SQL Server Service Account and then Click OK to exit the Select Users or Groups dialog box.
7. Click OK to exit the Perform Volume Maintenance Tasks Properties window.
8. Finally click Start | Run and type the following command gpupdate /force to apply the modification in the security policy immediately as shown in the snippet below.

Conclusion
In this article you have seen how SQL Server Database Administrators can leverage Database Instance File Initialization Feature which is available in Microsoft Windows XP, Windows Server 2003 or later versions to reduce the time taken to restore very large databases.
Continue Free Learning... |
||
|
||
|
Geeks who read this article also read…
- How to Backup an Analysis Services Database Using SQL Server Management Studio
- Database Backup Compression Feature In SQL Server 2008
- How to Cut Costs with the Help of Technology?
- Using Transparent Data Encryption Feature of SQL Server 2008
- How to Hide an Instance of SQL Server
- Auditing SQL Server Logins
- Read More SQL Server Articles…
