Server Prep

MS SQL Setup

EXEC sp_configure 'clr enabled', 1;

RECONFIGURE;

GO

sp_configure 'show advanced options', 1;

GO

RECONFIGURE;

GO

sp_configure 'Ole Automation Procedures', 1;

GO

RECONFIGURE;

GO