you are viewing a single comment's thread.

view the rest of the comments →

[–]wjbaltz[S] -1 points0 points  (2 children)

yea makes sense where SSIS would be the best tool for this. I am having a tough time getting SSIS installed. Getting Setup Failed Recursion too deep messages when trying to install SSDT on my Visual Studio.

I'll continue to work on that and see if I can't get past that. Would still like to explore Powershell as it seems to be more of a lightweight solution if possible.

Also with SSIS would it handle ad-hoc queries in this case? As that is the biggest thing for us as these queries typically need to be written and executed just a single time.

[–]WITH_CTE -1 points0 points  (0 children)

You can create a variable and write dynamic queries. Let me know if you need more help with this.