Does the LocalSystem account have the right/permission for Instant File Initialization?
-
Friday, May 06, 2011 4:19 PM
If LocalSystem is the account used for SQL Server service, does it mean that Instant File Initialization is enabled automatically?
All Replies
-
Friday, May 06, 2011 4:21 PMModerator
Yes, it does.
Jonathan Kehayias | Senior Consultant, SQLSkills.com
SQL Server MVP | Microsoft Certified Master: SQL Server 2008
Feel free to contact me through My Blog or Twitter
Please click the Mark as Answer button if a post solves your problem!- Proposed As Answer by GURSETHI Friday, May 06, 2011 4:23 PM
- Marked As Answer by LekssEditor Saturday, May 07, 2011 9:22 PM
-
Friday, May 06, 2011 4:27 PM
Hi As Guru Jonathan said, yes it has the permissions.
Further just add more about it :
If the SQL Server service is running under local system account, then you cannot revoke this right. If it is running under a domain account or as a local account which is not part of the Administrators group, then you will need to add this right
http://www.sqlservice.se/tips/instant-file-initialization-pros-and-cons/
Regards Gursethi Blog: http://sqlfundas.blogspot.com/ ++++ Please mark "Propose As Answer" if my answer helped ++++- Marked As Answer by PCSQL66 Monday, May 09, 2011 5:30 AM
-
Saturday, May 07, 2011 9:22 PMAnswerer
- Marked As Answer by PCSQL66 Monday, May 09, 2011 5:30 AM
-
Monday, May 09, 2011 6:06 AM
Based on this http://msdn.microsoft.com/en-us/library/ms175935.aspx, Windows Administrator group has the SE_MANAGE_VOLUME_NAME right. However, what does SE_MANAGE_VOLUME_NAME (disabled) in this page http://msdn.microsoft.com/en-us/library/ms684190(VS.85).aspx mean?

