A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
-- ID in OLD SYSTEM = 1906 -- ID in EPiServer = 870 DECLARE @sOldPath VARCHAR(8000) DECLARE @sNewPath VARCHAR(8000) SET @sOldPath = 'http://www.unctad.org/Templates/Page.asp?intItemID=1906&lang=1' SET @sNewPath = '/Web/Templates/Page____870.aspx' SELECT MainBody = REPLACE(MainBody,@sOldPath,@sNewPath) FROM EPiServerTable Where ...Can something like this be done in EPiServer? What would the SQL command be? I know that we are told not to mess up with the database but there must be a way to do this bulk job other than manually. Thanks, Victor