SQL server table population source
问题 I have an Audit database(created by someone else). Something is polulating it, with table sizes data (which makes sense as it is Audit database). The SQL server has too many jobs. I want to know what is populating the audit tables. Is there anything like sys.comments etc? which can tell me what is populating tables or do I have to check the code inside each job? Regards Manjot 回答1: Try looking at msdb..sysjobsteps in the command column for the destination table names; this will only work if