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 hostprotectionattribute in sql server 2005?
What is the difference between a view and a stored procedure?
What is the default value of an integer data type in sql server 2005?
How to check if a table is being used in sql server?
What are the types of subquery?
tell me the disaster recovery plan
What does dml stand for?
What is a with(nolock)?
What are the restraints imposed on the table design by a merge replication?
How to create a ddl trigger using "create trigger" statements?
What do you mean by table and field in sql?
How to list all stored procedures in the current database using ms sql server?
How to connect sql server management studio express to sql server 2005 express?
How can sql server instances be hidden?
What is history table in sql server?