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 do I find my localdb version?
Why use “nolock” in sql server?
Can you explain different types of joins?
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?
What is temporal table?
What is the use of set nocount on/off statement?
Which language is supported by sql server?
Explain the truncate command? : SQL Server Architecture
What are the advantages dts has over bcp?
What happens if null values are involved in boolean operations?
State the difference between local and global temporary tables?
How many types of dimensions are there and what are they? : sql server analysis services, ssas
How to disable triggers using "disable trigger"?
what is the difference in login security modes between v6.5 and 7.0? : Sql server database administration
How can we migrate from SQL server to SQL Azure?