Is there any way I can track if the database structure has changed in SQL Server?
I am generating an XML file that caches database structural information. I need to know when the database structure has changed so I generate the xml file.
The only thing I can think of is to put a trigger on SYSOBJECTS, but I wouldn't recommend it. Robert Bradley Support operation moo!
Visit the OpCow page
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.