how to know description of a table in sqlserver 2000
Answer Posted / hameed
To get the description of the table execute this query in
the query editor
sp_help table_name
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain about analysis services?
What is checkpoint in sql server?
What do you mean by sql server agent?
Explain alternate key, candidate key and composite key in sql server?
What happens if null values are involved in comparison operations?
What do you mean by data manipulation language?
What are different types of table joins?
How to include text values in sql statements?
Is it possible in sql table to have more than one foreign key?
What is difference between aggregate and analytic function?
What is side by side migration in sql server?
Is it true, that there is no difference between a rule and a check constraint?
What is index, cluster index and nonclustered index?
How do you drop an index?
State the difference between union and union all?