I am in the process of building a script that will set as many sql
server configuration options as possible for new server builds. Several
settings are maintained in the registry, so I'm looking at the extended
stored procedures xp_regread and xp_regwrite. I'm looking for
information anyone might have on using these procs to read/write
hexidecimal registry values. An example is Authentication Mode, found
on the Security tab of the Properties panel in EM.
TIA,
Justin