Skip to content

Instantly share code, notes, and snippets.

@petesql
Created February 15, 2025 22:19
Show Gist options
  • Save petesql/b4c28521affee638403a043ce94cf557 to your computer and use it in GitHub Desktop.
Save petesql/b4c28521affee638403a043ce94cf557 to your computer and use it in GitHub Desktop.
Show all SQL Agent Jobs (without steps)
-- Show all SQL Agent Jobs (without steps)
SELECT * FROM msdb.dbo.sysjobs;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment