To check Project Server Service Pack version

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top