I am trying to create a SSIS package to transfer MSDB and Master from my production to my backup. However Master goes fine. MSDB I am having errors with certain Stored Procs.
On google search I found one place where a person said that SSIS has issues with Stored Procs using variables in subqueries. I see that I have some stored procs with that same thing i.e variables in subqueries and they get transferred. Also, the work around of using
a SSIS variable is not easy as when I am transfering 2 dbs.
Any help will be appreciated.
There are many ways to learn to code these days. From coding bootcamps like Flatiron School to online courses to totally free beginner resources. The best way to learn to code depends on many factors, but the most important one is you. See what course is best for you.
The best practices for what you wanna do, is to simple backup de Master 6 MSDB, and then do the recovery process from the Dev Server.
But btw, why do you need to replicate this system DB's ?.
Best Regards,
Paulo Condeça.