Thursday, March 4, 2021

SQL SERVER - list all tables

 SELECT

  *
FROM
  INFORMATION_SCHEMA.TABLES;
GO

No comments:

Post a Comment