how to find number of columns in a table in sql server 2000
and 2005 also
Answer Posted / ashutosh jha
select count (*) from tablename.
| Is This Answer Correct ? | 7 Yes | 134 No |
Post New Answer View All Answers
What is the difference between for auto and for nested?
How to create an identity column?
What is an indice?
how we use window authentication connection with sql server.?
Write a SQL query in order to merge two different columns into single column?
When to use null data driven subscription?
How to truncate the log in sql server 2012? : sql server database administration
What is a covered index?
How to define output parameters in stored procedures?
What are the 3 types of schema?
How to rebuild master databse?
How to change the system date and time from SQL Plus Terminal ?
What is a hint?
How to get the number of affected rows?
How do I know if localdb is running?