Files
sql-scripts/check activepos settings in all pos instances.sql
Thierry Schork 7cf858256a initial commit
2022-12-30 12:10:12 +01:00

5 lines
198 B
SQL
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
exec ActivePos_server.dbo.executeOnAllPos '
select * from ActivePos_write.dbo.Settings
where  settingId = ''Configuration.ConfigSections.Plugins.Parts.ManageSqlSubscriptionJob.Schedule''
';