It should not require a reboot. Is the user a member of sysadmin role? You can find out using:SELECT IS_SRVROLEMEMBER('sysadmin', 'yourtestuser');Other roles are listed here. You might want to see what roles your test user has: http://msdn.microsoft.com/en-us/library/ms176015.aspx