how to know description of a table in sqlserver 2000
Answer Posted / sharif
Yes The Ksanthosha Given the Right Answer!
SP_HELP TABLE_NAME
This will gives the descriptin about the given TABLE_NAME
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What are the types of joins in sql?
How many cores do I need for sql server 2016?
Does server sql treat char as a variable-length or fixed-length column?
What are temporal tables in sql server 2016?
How does stuff differ from the replace function?
How to select some specific rows from a table in ms sql server?
Do you know what are pages and extents? : SQL Server Architecture
Can we delete data from a view?
Explain SSRS Architecture?
What are the main differences between #temp tables and @table variables and which one is preferred?
Why can there be only one clustered index and not more than one?
What happens if you insert a duplicate key for the primary key column in ms sql server?
What are different types of schemas?
Difference between report and query parameter.
How to select some specific columns from a table in a query in ms sql server?