Answer Posted / sirisha
Batch is nothing but a set of sql statments that are
executed at time (all the stmts will be exceuted or none(if
any error encountered))
eg:
use [database]
GO
select empname from employee
insert employee(empno,empname)
select empno =1
,empname ='A'
GO
| Is This Answer Correct ? | 11 Yes | 6 No |
Post New Answer View All Answers
What are the different kinds of ssrs reports?
Which is better statement or preparedstatement?
How to make remote connection in database?
What is raid, and how it can influence database performance?
What is an indice?
How to provide values to user defined function parameters?
When we should use and scope of @@identity?
What is the security model used in sql server 2005?
what’s the difference between Covering Indexes and Clustered Indexes ? how to use clustered index small ?
What is difference between cte and view?
You have a table with close to 100 million records recently, a huge amount of this data was updated now, various queries against this table have slowed down considerably what is the quickest option to remedy the situation?
What does <> symbol mean?
What are the types of indexing?
What is policy management?
How to restore performance issues and how to check?