How can I get the name of all the tables in a specific database using a sql query?
SELECT * FROM information_schema.tables WHERE TABLE_TYPE = 'BASE TABLE'
or
SELECT * FROM sys.objects WHERE type='U'
Source: https://ru.stackoverflow.com/questions/453644/More articles:count the words in the fieldHow to resize Label, Visual C #?Something is not clear after compilation.Merging Tables in T-SQLAssigning a variable value when declaring in a classReaction only by clicking on the external liThe Internet disappears when attaching the interface to the network bridgeProblems replacing words with pattern and preg_replace_callback ()Asp .Net Mvc three-tier architectureTell me why it works once, for the second time does not wantAll Articles