Whats the difference between XP_REGREAD and XP_INSTANCE_REGREAD. How to use them, is there any docs on these?
|
xp_regread reads the literal registry path that you specify. xp_instance_regread "converts" the path you specify so that it matches the instance of SQL Server that you're currently using. As an example, I have Developer and Express editions of SQL Server installed on my machine. I connect to the Express instance and run these two commands:
The first returns The second returns |
|||||||
|
|
Gabriel, The Service account does not have to be dbo. As long as the user is a user in the master database, you can grant execute permissions on system objects in the master db.
|
|||
|