MS
This commit is contained in:
4
08_ADDI/SQL/SQL Skripte - Help/Get_Object_Changes.sql
Normal file
4
08_ADDI/SQL/SQL Skripte - Help/Get_Object_Changes.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
select *
|
||||
from sys.objects
|
||||
where (type = 'TR' or type = 'P')
|
||||
and modify_date > dateadd(m, -1, getdate()) order by modify_date desc
|
||||
Reference in New Issue
Block a user