You are currently browsing comments. If you would like to return to the full story, you can read the full entry here: “Using sp_help”.
You are currently browsing comments. If you would like to return to the full story, you can read the full entry here: “Using sp_help”.
if i want to see only the tables excluding all other information like views,stored procedures etc., in command prompt how to use this sp_help query
i m finding all dbo tables in a database
Hi, try the following article instead.
http://sqlserverplanet.com/tsql/list-all-tables-in-a-database/