Answers for "check when a sql table was last updated"

SQL
0

sql last updated

select * from sys.objects
order by modify_date desc
Posted by: Guest on June-16-2021

Code answers related to "check when a sql table was last updated"

Code answers related to "SQL"

Browse Popular Code Answers by Language