If I had a nickel for every time I’ve encountered “Cannot load script for execution,” I’d have a lot of nickels. In this short (7:24) video, I demonstrate the issue and my fix: My Fix For me, the fix is almost always setting the SSIS project’s TargetServerVersion property to the proper version: “Andy, How Did …
Continue reading SSIS Script Error: Cannot Load Script for Execution
Category:SSIS Scripting
Honored to Present Intelligent Data Integration at SQL Saturday – Dallas!
SQL Saturday 841 – Dallas has four precons scheduled for 31 May. Four. If you have ever organized a SQL Saturday or similarly-sized event, you know this takes a lot of hard work. Hat’s off to the organizers! I describe the precon presenters as, “A bunch of really smart people – plus me!” Chris Hyde, …
Continue reading Honored to Present Intelligent Data Integration at SQL Saturday – Dallas!
“That was Worth the Price of the Course!”
I’m delivering Expert SSIS today. I hear the statement that is the title of this post each and every time I deliver this training. The advice and demonstrations are all based on experience… hard-fought-and-won experience. Sign up for the next delivery. Two days, live, online – with me! Join me and level-up your SSIS! Register …
Continue reading “That was Worth the Price of the Course!”
SSIS Design Pattern: Use Script Tasks for ETL Instrumentation
I consider scripting in SQL Server Integration Services (SSIS) my data integration “get out of jail free” card. Why? If I cannot find a way to accomplish some requirement using SSIS’s built-in objects – tasks, containers, Data Flow components, etc. – I can usually write .Net code to fulfill the requirement. As stated in the …
Continue reading SSIS Design Pattern: Use Script Tasks for ETL Instrumentation