Can't find "corrupted project" in the "MSP_PROJECTS table"

M

Marc S.

Iranian,

in the MSP_PROJECTS table run the following SQL query:

SELECT *
FROM MSP_PROJECTS
WHERE PROJ_NAME LIKE '%your project's name%'

Hope this helps...

Marc S.
 
Top