Configuring SQL Server xp_cmdshell
Newer versions of SQL, both the Full and Express, do not have the “xp_cmdshell” enabled by default. The GeoCue database update process utilizes this feature in order to apply updates to the database. Hence, it needs to be enabled before a database update can be run successfully. A database administrator may disable xp_cmdshell once the…