SELECT TABLE_NAME FROM <databasename>.INFORMATION_SCHEMA.Tables WHERE TABLE_TYPE = 'BASE TABLE'
example using Northwind Database:
SELECT TABLE_NAME FROM Northwind.INFORMATION_SCHEMA.Tables WHERE TABLE_TYPE = 'BASE TABLE'
The blog is where ASP.NET and SQL programmers can learn simple tips and tricks
When designing an interactive web page, it is important for you to let the user know that an action initiated by him/her is in progress.One...
0 Komentar