I have an SSIS job that uses an ODBC connection to connect to a Postgres database. I've read a couple different articles that say in order for me to run this as a scheduled job with SQL Server Agent that I need to set the job to run in 32 bit mode, but I can't figure out how.
I found some blogs about SQL Server 2008 that talk about selecting a checkbox on the 'new job step' tab, but I don't see that checkbox anywhere in SQL Server 2014.
Anyone know how to do this?