
Here's a list of sql commands (T-SQL) to get the names of all tables, views, sprocs and triggers in SQL Server:If you want to see all objects within the database, use the following SQL command:Try this one to also include all column names … [Continue reading]