P
Paul Butler
Hi
Does anyone know if Project Server 2003 will be suupported with SQL Server
2005?
I did a test install of Project 2005 against the CTP release of SQL Server
2005 but it failed during the installation during the creation of the
SP_WEB_SP_QRY_GetTasksIDs prodedure. It appears that this part of the SQL
select WASSN_ID from MSP_WEB_ASSIGNMENTS WAT2
(index=I_ASSIGN_WRESID_TEAM_LEAD) where WAT2.WRES_ID_TEAM_LEAD=@p0
) as WAT
is no longer valid in 2005. if you remove the
(index=I_ASSIGN_WRESID_TEAM_LEAD) then the procedure does compile correctly.
Is there any workaround to stop the rollback of the Project installation
when the error is thrown?
cheers
Paul.
Does anyone know if Project Server 2003 will be suupported with SQL Server
2005?
I did a test install of Project 2005 against the CTP release of SQL Server
2005 but it failed during the installation during the creation of the
SP_WEB_SP_QRY_GetTasksIDs prodedure. It appears that this part of the SQL
select WASSN_ID from MSP_WEB_ASSIGNMENTS WAT2
(index=I_ASSIGN_WRESID_TEAM_LEAD) where WAT2.WRES_ID_TEAM_LEAD=@p0
) as WAT
is no longer valid in 2005. if you remove the
(index=I_ASSIGN_WRESID_TEAM_LEAD) then the procedure does compile correctly.
Is there any workaround to stop the rollback of the Project installation
when the error is thrown?
cheers
Paul.