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
What are cursors stored procedures and triggers?
What are the differences between sql server and mysql.
How do we synchronize On-Premise SQL server with SQL Azure?
What is catalog views?
Explain primary key?
What is the difference between a function and a trigger?
Can sql servers linked to other servers?
What is the chart in report?
What are triggers? How many triggers you can have on a table? How to invoke a trigger on demand?
Using the customer, and order table in northwind database, please write a query to produce xml?
Is foreign key unique?
What are the advantages dts has over bcp?
Do you know nested transaction?
What is an inner join?
explain different levels of normalization? : Sql server database administration