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
What is use of attribute hierarchy optimized state? : sql server analysis services, ssas
Why functions are used in sql server?
What is 5nf in normalization form?
what protocol both networks use? : Sql server database administration
How can we migrate from SQL server to SQL Azure?
on line cluster can we make if yes tell me the procedure
can a database be shrunk with users active? : Sql server administration
Tell me about the approaches which you used to counter the DI problems.
How to create an inline table-valued function?
What is a non equi join?
How to delete duplicate rows in sql server?
What is bulkcopy in sql?
How to count groups returned with the group by clause in ms sql server?
What command is used to rename the database?
Can primary key be null?