|
sunitabeck
Flowing Fount of Yak Knowledge
5152 Posts |
Posted - 10/02/2012 : 08:44:18
|
If you are referring to changes in the data - inserts, updates, deletes etc., I don't know of anything that is turned on by default that will give you a history of such changes. If you are on SQL 2008 or later, you can set up Change Data Capture to do this, but you have to set it up in order to use it. http://msdn.microsoft.com/en-us/library/bb522489(v=sql.105).aspx
If you were referring to schema changes, you can right click on the database name in the object explorer in SSMS, Reports->Standard Reports -> Schema Change History. |
 |
|