Identifying which tables are updated by a transaction
One of the applications I work with has more than 900 tables, so as you can imagine trying to determine where the data lives can sometimes be difficult. This script shows me which tables were updated by the last transaction. Add the database name in the USE and […]