Iteratively Perfecting
A Software Developer's notes along the way
Static Pages
(Move to ...)
Posts
SQL Server links
C# Links
HTML5 Links
▼
Wednesday, July 20, 2016
See if someone changed table in SQL Server
SELECT
[name]
,create_date
,modify_date
FROM
sys.tables
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment