how to find number of columns in a table in sql server 2000
and 2005 also
Answer Posted / saravanan p
select count(column_Name) from information_schema.columns
where table_name='tableName'
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
what do you understand by change data capture?
What is the difference between rank and dense_rank?
What is parameterized reports in ssrs ?
How to rename an existing column with sql server management studio?
Explain what is log shipping?
When does a workload on SQL Azure get throttled?
What are the key configuration files for sql server reporting services ?
Mention a few common trace flags used with sql server?
What is trigger and different types of Triggers?
What are statistics?
What is an expression in ms sql server?
How to get a list of columns in a view using "sys.columns" in ms sql server?
what are candidate key, alternate key and composite key? : Sql server database administration
Does sql server 2000 full-text search support clustering?
What is schemabinding a view?