Sqlcmd List Tables

[Solved] Sqlcmd List Tables | Ruby - Code Explorer | yomemimo.com
Question : SQLcmd list tables

Answered by : repulsive-rat-lf575mhmyytj

SELECT name, crdate
FROM SYSOBJECTS
WHERE xtype = 'U';
GO

Source : https://chartio.com/resources/tutorials/sql-server-list-tables-how-to-show-all-tables/ | Last Update : Thu, 16 Jun 22

Answers related to sqlcmd list tables

Code Explorer Popular Question For Ruby