Link to home
Start Free TrialLog in
Avatar of vg30e
vg30eFlag for United States of America

asked on

Windows 2003 Registry Read permissions error SQL 2005

Hello,

I am trying to read a registry key using the SQL server process. The SQL server is configured to run as the local system. When using the SQL server management studio and the following commands, I get these results. Should I try to run the SQL server under some other account?


exec master.dbo.xp_regread 
        N'HKEY_LOCAL_MACHINE',N'SOFTWARE\PH_application\IHS Default UOM',N'Weight'

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Humpdy
Humpdy

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial