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 is meant by indexing?
How to convert binary strings into integers in ms sql server?
Why do we backup Active Directory ?
difference between Clustered index and non clustered index ?
What is the security principal at the server level that represents your session?
What are the different subsets of sql?
What is the function of inner join?
What happens when converting big values to numeric data types?
How to create nested stored procedure?
What is openrowset sql server?
can a database be shrunk to 0 bytes, if not, why? : Sql server administration
Do you know what are different types of replication in sql server?
What is the difference between web edition and business edition?
How to list all stored procedures in the current database using ms sql server?
What do you mean by a dependent functionality in a build?