Wednesday, July 20, 2016

See if someone changed table in SQL Server

SELECT
[name]
,create_date
,modify_date
FROM

sys.tables