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
How to create hyperlink from returned sql query ?
What are the advantages of using stored procedures in sql server?
what information is maintained within the msdb database? : Sql server administration
Does any body please help me what question's have asked for SSRS in the interview?
What are the methods used to protect against sql injection attack?
What command must you use to include the not null constraint after a table has already been created?
How to get all stored procedures in sql server?
Explain use of expression builder.
what is sql server? : Sql server database administration
Explain what role entity and relationship play in an ER diagram.
How to create new databases with "create database" statements?
How do I debug a stored procedure in sql server?
How to specify the collation for a character data type in ms sql server?
What is function of CUBE ?
How to check what was the last restore transaction LSN in Log shipping or Mirroring? when we don't have a Monitor or witness server.