Answer Posted / hokar
select count(*) from tablename.
| Is This Answer Correct ? | 27 Yes | 2 No |
Post New Answer View All Answers
What are the advantages of using stored procedures?
What is an inner join?
why does a sql statement work correctly outside of a user-defined function, but incorrectly inside it? : Sql server administration
Which tools are available to manage SQL Azure databases and servers?
What is difference between views and tables?
Explain unique key in sql server?
What is user-defined inline table-valued function?
How to select some specific rows from a table in ms sql server?
What are wait types?
We need to perform what steps in the following order to work with a cursor?
Can we perform backup restore operation on tempdb? : sql server database administration
What is a collation in ms sql server?
What are the purpose of Normalisation?
Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting are possible?
What is blocking?