how to find number of columns in a table in sql server 2000
and 2005 also
Answer Posted / laxmi reddy
SELECT COUNT(COLUMN_NAME) FROM ALL_TAB_COLS WHERE
TABLE_NAME=<'TABLE_NAME'>;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Using the customer, and order table in northwind database, please write a query to produce xml?
What is an indice?
What happens when converting big values to numeric data types?
what kind of lan types do you know? : Sql server database administration
Can we update data in a view?
How to identify current user in ssrs report?
How to declare and use cursor variables?
What options are there to delete rows on the publisher and not on the subscriber? : sql server replication
What are a scheduled jobs?
What is the difference between truncate and delete commands?
What is sql sandbox in sql server?
What is triggers and its types?
what is a check constraint?
Do you know how to make remote connection in database?
How do I determine how many instances of sql server are installed on a computer?