how to find number of columns in a table in sql server 2000
and 2005 also
Answer Posted / rajkumar v
select count(*) from information_schema.columns where
table_name='Emp'
EMP table name
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to generate create function script on an existing function?
What is the difference between varchar and varchar types?
What is a non equi join?
what are different types of backups available in sql server? : Sql server database administration
How to create percentile function?
What is transactional replication?
Explain indexed views?
What are the different types of columns types constraints in the sql server?
Does sql server 2000 clustering support load balancing?
How efficient you are in oracle and SQL server?
Explain about protocol layer present in SQL server?
Explain what is meant by replication of database?
What are indexes in sql?
What are the authentication modes in sql server? How can it be changed?
What is rs.exe utility?