While troubleshooting performance issues on a SQL 2008 instance, I've noticed there are several SPIDs which appear to be executingcreate procedurestatements for already existing procedures.
Is this part of SQL's normal internal functioning, or do I have some odd application logic going on here? I can find these procedures listed in SSMS, and it says they were created years ago.
Thanks.