03-06-2020 12:22 PM
Wondering what other people have done to solve the following:
I get a dialing list from a CRM and they want to know the result of the campaign. Answered, busy, etc. What I'm struggling with is should I pull this data with a scheduled task to a local csv? Should I run an ETL job to move it to another DB, then extract it from there? The dialer only runs 9-5 so doing this after hours makes sense, but I'm trying to not over engineer this. Would love to hear how others have solve something similar without impacting the CCE environment.
Thank you!
03-06-2020 01:00 PM
03-06-2020 02:21 PM
03-07-2020 07:13 AM
So what I did was use the Invoke-Sqlcmd cmdlet which allowed me to run the query, output it to a CSV file and place it on a mapped drive. I ran this on the Distributor so that I could query the Dialer_Detail table. It works really well... no fuss. I recommend it. Invoke-Sqlcmd is pretty powerful: https://docs.microsoft.com/en-us/powershell/module/sqlserver/invoke-sqlcmd?view=sqlserver-ps
03-07-2020 10:40 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide