Richard
We have used the KB878449 to restore databases , we have now restored all the db of GP 10 along with dynamics db and ran all the mentioned required scripts in KB878449 document. For your reference i have pasted here log which we are getting while trying to update db using GP utilities.
exec duAN_SynchronizeTable 'DU000010','DU000010_T','D'
/* Date: 02/14/2013 Time: 7:19:32
stmt(8310608):*/
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[DU000010_T]') and OBJECTPROPERTY(id,N'IsUserTable') = 1) BEGIN drop table [dbo].[DU000010_T] END
/* Date: 02/14/2013 Time: 7:19:32
stmt(8310608):*/
/*Begin_HROD_T*/
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[HROD_T]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
drop table [dbo].[HROD_T]
CREATE TABLE [dbo].[HROD_T] (
[DEFAULTNUMBER_I] [smallint] NOT NULL ,
[TERMITEM_I] [char] (51) NOT NULL ,
[TERMATTRIBUTE_I] [smallint] NOT NULL ,
[TERMORDER_I] [smallint] NOT NULL ,
[ADDTODEFAULTITEMS_I] [tinyint] NOT NULL ,
[DEX_ROW_ID] [int] IDENTITY (1, 1) NOT NULL ,
CONSTRAINT [PKHROD_T] PRIMARY KEY CLUSTERED
(
[DEFAULTNUMBER_I],
[TERMORDER_I]
) ON [PRIMARY]
) ON [PRIMARY]
setuser
EXEC sp_bindefault N'[dbo].[GPS_INT]', N'[HROD_T].[ADDTODEFAULTITEMS_I]'
EXEC sp_bindefault N'[dbo].[GPS_INT]', N'[HROD_T].[DEFAULTNUMBER_I]'
EXEC sp_bindefault N'[dbo].[GPS_INT]', N'[HROD_T].[TERMATTRIBUTE_I]'
EXEC sp_bindefault N'[dbo].[GPS_CHAR]', N'[HROD_T].[TERMITEM_I]'
EXEC sp_bindefault N'[dbo].[GPS_INT]', N'[HROD_T].[TERMORDER_I]'
setuser
GRANT SELECT , UPDATE , INSERT , DELETE ON [dbo].[HROD_T] TO [DYNGRP]
/*End_HROD_T*/
/*
/* Date: 02/14/2013 Time: 7:19:32
SQLSTATE:(01000) Native Err:(15511) stmt(8310608):*/
[Microsoft][SQL Server Native Client 10.0][SQL Server]Default bound to column.*/
/*
/* Date: 02/14/2013 Time: 7:19:32
SQLSTATE:(01000) Native Err:(15511) stmt(8310608):*/
[Microsoft][SQL Server Native Client 10.0][SQL Server]Default bound to column.*/
/*
/* Date: 02/14/2013 Time: 7:19:32
SQLSTATE:(01000) Native Err:(15511) stmt(8310608):*/
[Microsoft][SQL Server Native Client 10.0][SQL Server]Default bound to column.*/
/*
/* Date: 02/14/2013 Time: 7:19:32
SQLSTATE:(01000) Native Err:(15511) stmt(8310608):*/
[Microsoft][SQL Server Native Client 10.0][SQL Server]Default bound to column.*/
/*
/* Date: 02/14/2013 Time: 7:19:32
SQLSTATE:(01000) Native Err:(15511) stmt(8310608):*/
[Microsoft][SQL Server Native Client 10.0][SQL Server]Default bound to column.*/
/*
/* Date: 02/14/2013 Time: 7:19:32
SQLSTATE:(00000) Native Err:(15511) stmt(8310608):*/
*/
/*
/* Date: 02/14/2013 Time: 7:19:32
SQLSTATE:(00000) Native Err:(15511) status(0):*/
SWSTATUS DUMP*/
/* Date: 02/14/2013 Time: 7:19:32
stmt(8310608):*/
BULK INSERT [DYNAMICS]..[HROD_T] FROM 'C:\Program Files (x86)\Microsoft Dynamics\GP2013\DATA\Temp\HROD.out' WITH (CODEPAGE = 'ACP', KEEPNULLS, FIELDTERMINATOR = '||', ROWTERMINATOR = '#EOR#\n')
/* Date: 02/14/2013 Time: 7:19:32
stmt(8310608):*/
exec duAN_SynchronizeTable 'HROD','HROD_T','T'
/*
/* Date: 02/14/2013 Time: 7:19:32
SQLSTATE:(01000) Native Err:(50000) stmt(8310608):*/
[Microsoft][SQL Server Native Client 10.0][SQL Server]Table specified not found*/