Take the community feedback survey now.
AI OnAI Off
Take the community feedback survey now.
If using an early version of CMS 12, like 12.0, you will get an SQL error after upgrading to newer patch versions. The fix for this is minor locally using SQL: CREATE PROCEDURE dbo.netSoftLinksGetBroken AS BEGIN SELECT 1; END GO This will create t...