Retriew list of msm-moved pages
we want to check all of the MSM_MOVED pages that are just sitting all over the project website

Inside each language we have so many pages and subpages, how to retriew msm_moved pages
Can anyone share the sql query
we want to check all of the MSM_MOVED pages that are just sitting all over the project website

Inside each language we have so many pages and subpages, how to retriew msm_moved pages
Can anyone share the sql query
Hi @vani1012 ,
The "_msm_moved" is created when a rollout action is triggered. Using the queries you can get the result where find all pages which have to keyword.
SELECT * FROM [nt:base] AS s WHERE CONTAINS(s.*, '"_msm_moved"')
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.