A SQL developer on a project I am working on has asked whether it would be possible to enable xp_cmdshell on the production database as it is easier to export CSV files using xp_cmdshell than to write an SSIS package to do the same.
Enabling xp_cmdshell sounds like a security nightmare, and something that should definitely not be done.
What are the recommendations / best practices around this?