Answer Posted / elumalai.k
select @@rowcount
select count(*) from tablename
| Is This Answer Correct ? | 5 Yes | 7 No |
Post New Answer View All Answers
Explain how to use linked server?
What is the recommended total size of your memory optimized tables?
create index myindex on mytable(mycolumn) what type of index will get created after executing the above statement? : Sql server database administration
What are different types of statements that are supported by sql?
Find columns used in stored procedure?
What is msdb database? : SQL Server Architecture
what are constraints? Explain different types of constraints? : Sql server database administration
What are the steps to insert a table?
Explain the microsoft sql server delete command?
What are cursors stored procedures and triggers?
What is default constraint?
Explain what is analysis service repository?
Do you know sql server 2008 introduces automatic auditing?
How will you decide the active and passive nodes?
What does top operator do?