Skip to content

Instantly share code, notes, and snippets.

@reneeb
Last active December 4, 2019 10:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reneeb/9fdb3fdf59d047a27330fc3d495179f1 to your computer and use it in GitHub Desktop.
Save reneeb/9fdb3fdf59d047a27330fc3d495179f1 to your computer and use it in GitHub Desktop.
https://files.perl-academy.de/CE94F212-1668-11EA-8388-93A3F28714BF
// herausfinden, welcher Agent hat welche SysConfig-Einstellung geändert
SELECT d.*, u.login FROM sysconfig_modified d inner join users u on u.id = d.create_by
// herausfinden, welcher Agent hat wann die SysConfig in Betrieb genommen
SELECT d.*, u.login FROM sysconfig_deployment d inner join users u on u.id = d.create_by
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment