SQL Jobs are not automatically created after moving CRM 3.0 database to a new SQL server
Hi Experts,
I have just moved my CRM 3.0 database to a new SQL 2005 server, and the jobs are not created on the new server. How can I manually move the jobs scripts over from the old SQL 2005 server to the new SQL 2005 server. (ie: SQL Server Agent \ Jobs - in SQL server management studio). There is a microsoft document on this (kb - 910044), but it basically says call microsoft customer service.
Any help is greatly appreciated..
Thanks
smbcs
Enterprise SoftwareMicrosoft DynamicsMicrosoft SQL Server 2005
Last Comment
chapmandew
8/22/2022 - Mon
reb73
You should be able to script jobs from the old server and roll these out in the new server..
It is not a recommended option, there could be problems with job ownership as the SId's are held in the master..syslogins table and the ones in the restored msdb database may be incorrect..
smbcs
ASKER
Ok, I did a backup of the original before restoring the one from the old server. I will resore back and try the method specified.
smbcs
ASKER
How do I now add these sql scripts to the new jobs folder once they are created via the method above?
Does this mean I copy it into a query editor window and the "execute" from the menu? I have tried this with a test maintenance plan, but it does not add the job or maintenance plan to the relevant menus. I am using SQL 2005