Skip to main content

Setting a DEV SSRS ReportServer to use remote errors

USE ReportServer     --COULD be something like reportserver$instancename
GO

UPDATE ConfigurationInfo
SET Value = 'True'
WHERE Name = 'EnableRemoteErrors'

Comments