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 are the types of table?
1 01 101 01010
How do you delete a data source?
Explain about integration services of Microsoft SQL server?
what is datawarehouse?
How to automatically create a log when an exception is being received into SQL Server?
What are database states in ms sql server?
Explain the steps to create and execute a user-defined function in the sql server?
Explain the categories of stored procedure?
How to implement one-to-one, one-to-many and many-to-many relationships while designing tables?
Explain acid?
What is the difference between web edition and business edition?
How to create sub reports?
What security features are available for stored procedure?
What is multilevel indexing?