jagpalsingh4 (3/10/2008)
hi ,can we all all database tables with single query.
thaxxx
regards
jagpal singh
Phillip's code is the one that I'd prefer on SQL Server 2005 and later, but if you also want to use your code on other dbms, you may choose the SQL Standard's way:
SELECT TABLE_NAME
FROM INFORMATION_SCHEMA.TABLES
Regards,
Andras
Andras Belokosztolszki, MCPD, PhD
GoldenGate Software