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 concatenate two strings in SQL Server.
Can a table be moved to different filegroup?
Define self join?
Can foreign key be deleted?
Write a program to fetch first 10 records from a file?
What are the different types of sql server replication? : sql server replication
What is a trigger and types of a trigger?
What is the recommended total size of your memory optimized tables?
Can you import Microsoft Excel data to SSRS?
What is the difference between deallocate cursor and close cursor?
What according to you is the difference between mysql and sql server performance?
How would we use distinct statement? What is its use?
How do you delete a data source?
Explain what is analysis service repository?
What is a derived table?