N
Newbie
Hello,
To check the Project Server SP version, we are advised to run the SQL query:
sp_helptext
MSP_WEB_SP_QRY_GetAllResourceForResIDIgnoreEnabledFlag
and it's said that if the script fails, that means that the SP1 is not
installed.
When I run it, I'm getting the following. Is it good ?
Thanks
/* Query #18001 */
CREATE PROCEDURE dbo.MSP_WEB_SP_QRY_GetAllResourceForResIDIgnoreEnabledFlag
@p0 INT
AS
Select *
From MSP_WEB_RESOURCES
Where WRES_ID = @p0
RETURN
To check the Project Server SP version, we are advised to run the SQL query:
sp_helptext
MSP_WEB_SP_QRY_GetAllResourceForResIDIgnoreEnabledFlag
and it's said that if the script fails, that means that the SP1 is not
installed.
When I run it, I'm getting the following. Is it good ?
Thanks
/* Query #18001 */
CREATE PROCEDURE dbo.MSP_WEB_SP_QRY_GetAllResourceForResIDIgnoreEnabledFlag
@p0 INT
AS
Select *
From MSP_WEB_RESOURCES
Where WRES_ID = @p0
RETURN