Hello
We are trying to move SCCM database from SQL2008R2 to recently installed SQL2012. I've made a backup of database on old machine, moved it to the new one, and restored it there. Checked permissions, all fine. Added SCCM machine to the "Administrators" group on the new database server.
Tried to move database, using Microsoft documentation, preinst.exe /stopsite, and then running Setup.exe > Modify SQL Connection
Entered new server name and instance, and it went down with these errors:
<04-04-2012 13:41:39> 1: <Components><Status Module: SMS Server\Components>
<04-04-2012 13:41:39> 1: <Components><Status Module: SMS Client\Components>
<04-04-2012 13:41:39> 1: <Components><Status Module: SMS Provider\Components>
<04-04-2012 13:41:39> ***SqlError: [42000][102][Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near '99900'. : SiteControl_ins_upd
<04-04-2012 13:41:39> ***SqlError: [42000][102][Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near '99901'. : SiteControl_ins_upd
<04-04-2012 13:41:39> Cannot insert the default site control image to the database.
<04-04-2012 13:41:39> Setup has encountered fatal errors while installing SMS services.
<04-04-2012 14:11:19>
Is there a global problem with SQL2012/SCCM2007 or it's just error on my machine? Please advise
Thank you