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
Explain Geometry datatype in sql server 2008 with example
Can we run Reporting Services with SQL Server express edition, which is a free version of SQL Server?
there is a trigger defined for insert operations on a table, in an oltp system. The trigger is written to instantiate a com object and pass the newly inserted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better? : Sql server database administration
Explain iaas, paas and saas?
What is a recursive stored procedure in sql server?
What is onf in normalization form?
Can we insert data into a view?
Where is localdb stored?
Which operator do you use to return all of the rows from one query except rows are returned in a second query?
What is row_number function?
Write the syntax for stuff function in an sql server?
What is ms sql server service broker?
How to find the source of a table in sql server?
Is sql server is free?
Tell me when is the update_statistics command used?