Tuesday, November 17, 2015

Check LIVE TEMP Tables

SELECT TABLE_NAME FROM tempdb.information_schema.tables

No comments:

How to Refactor Legacy Code Safely

Understanding Legacy Code Definition and Characteristics of Legacy Code Legacy code generally refers to software that is inherited from ...