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


Please Help Members By Posting Answers For Below Questions

How do I find my localdb version?

710


Why use “nolock” in sql server?

722


Can you explain different types of joins?

710


This question asked during interview, 2) At the end of each month, a new table is created for each bank that contains monthly metrics consolidated at the account level. The table naming convention is bankX_YYYYMM where X represents the numeric designation of the bank and YYYYMM indicates the 4 digit year and 2 digit month. The tables contain the following fields: name data type description account text account number registered boolean indicates whether the account is registered num_trans integer number of transactions made during the time period spend numeric(9,2) total spend during the time period a) Write a SQL query that will display the total number of transactions and total spend for "Bank1" during the 4th quarter of 2009. b) Write a SQL query that will display the total number of transactions and total spend at "Bank1" and "Bank2", broken out by registered vs. non-registered accounts, during January 2010 not sure what is correct answer and how to solve?

2230


What is temporal table?

635






What is the use of set nocount on/off statement?

818


Which language is supported by sql server?

702


Explain the truncate command? : SQL Server Architecture

775


What are the advantages dts has over bcp?

730


What happens if null values are involved in boolean operations?

735


State the difference between local and global temporary tables?

791


How many types of dimensions are there and what are they? : sql server analysis services, ssas

771


How to disable triggers using "disable trigger"?

779


what is the difference in login security modes between v6.5 and 7.0? : Sql server database administration

831


How can we migrate from SQL server to SQL Azure?

106