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 the differences between stored procedure and view in sql server?
Benefits of Stored Procedures?
How to count rows with the count(*) function in ms sql server?
What is a not null constraint?
Do you know what are pages and extents? : SQL Server Architecture
What is the return type of executeupdate ()?
Tell me what are the essential components of sql server service broker?
What is the difference between Triggers and Stored Procedure?
What happens if you add a new index to large table?
explain databases and sql server databases architecture? : Sql server database administration
How to set the current database in ms sql server?
What is sharding?
Insert syudents details in table.Current system date &time insert into joining time.How do insert?( in sysdate only return current system date how do add time?)
How do I change my passwords (database, LDAP, and so on) without causing an outage?
Is the log file is a part of file group?