Determine what user created objects in SQL Server

前端 未结 4 1433
伪装坚强ぢ
伪装坚强ぢ 2020-12-01 11:49

I\'m trying to go through our development DB right now and clean up some of the old test procs/tables. Is it possible to determine what user created objects in a SQL Server

4条回答
  •  一向
    一向 (楼主)
    2020-12-01 12:21

    If you need a small and specific mechanism, you can search for DLL Triggers info.

提交回复
热议问题