how to find number of columns in a table in sql server 2000
and 2005 also
Answer Posted / surbhi
SELECT count(*) FROM INFORMATION_SCHEMA.COLUMNS where
table_name='tablename'
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
How to backup encryption key ?
Explain comment on transactions?
Explain about thread and memory management process of SQL?
What is log cache in sql server?
How to view existing indexes on an given table using sp_help?
What is intellisense?
After creating the cube, if we added a new column to the oltp table then how you add this new attribute to the cube? : sql server analysis services, ssas
Define indexes?
Explain what are sparse columns?
Tell me about joins in database system and explain each in detail.
hi i am working as a testengineer , so i want to no the backend data base connection can any one tell mwe in detail
What is the log shipping?
Differentiate between sql temp table vs table variable?
How to sort query output in descending order in ms sql server?
What is query optimizer in sql server?