2 Oct 2008 at 10:39 #1 ultim ultim Associate Joined 6 Jan 2006 Posts 1,024 Location Midlands Hi, I have made some changes to my local database and stupidly i didnt keep track of what i changed! Now i need to update the changes to the live database. In sql server is there a way to find what was changed by date?
Hi, I have made some changes to my local database and stupidly i didnt keep track of what i changed! Now i need to update the changes to the live database. In sql server is there a way to find what was changed by date?
2 Oct 2008 at 13:11 #2 Beepcake Beepcake Soldato Joined 18 Oct 2002 Posts 3,896 Location Cheshire Nope. You'll need a database compare tool like sqlcompare, sql delta or Visual Studio Database edition
Nope. You'll need a database compare tool like sqlcompare, sql delta or Visual Studio Database edition
2 Oct 2008 at 20:21 #3 akakjs akakjs Associate Joined 18 Oct 2002 Posts 1,044 Try the change tracking system views msdn information here. You can also access a report from Sql Management Studio (Right-click the database->reports, schema changes)/. akakjs Last edited: 2 Oct 2008
Try the change tracking system views msdn information here. You can also access a report from Sql Management Studio (Right-click the database->reports, schema changes)/. akakjs