how to know description of a table in sqlserver 2000
Answer Posted / kmbkrishnan
sp_help <table_name>
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How can you fetch alternate records from a table?
Why use “pivot” in sql server?
What are different types of views?
What is database dimension? : sql server analysis services, ssas
What is cte (common table expression)?
What is trigger explain with program?
What are the different sql server versions?
How many databases instances are there in sql server 2000?
you have developed an application which uses many stored procedures and triggers to update various tables users ocassionally get locking problems which tool is best suited to help you diagnose the problem? : Sql server administration
how you can deploy an ssrs report?
what stored procedure would you use to view lock information? : Sql server administration
Is sql different from sql server?
Is oracle faster than sql server?
How to create user defined functions with parameters?
How to get a list of columns in a view using "sys.columns" in ms sql server?