What or where is the location of the SAM scripts in Solar Wind or the Solar Wind database? Tyring to close out a CM issue for the SAM scripts.
Thanks
Try this SELECT TOP 1000 * FROM [dbo].[APM_ExternalSetting]
These gets mapped to rows with a key named ScriptBody that could be referenced in the apm_componentsettings or apm_componenttemplatesettings or apm_componentdefinitionsettings, depending on if you are using templates or overriding them or whatnot.