Either
or (more correctly) the info-schemas:
sysobjects (where type='u'),or (more correctly) the info-schemas:
SELECT *
FROM INFORMATION_SCHEMA.TABLES
WHERE TABLE_NAME LIKE '%CUSTOMER%' -- or "='CUSTOMER'" for exact
No comments:
Post a Comment