Answer Posted / kumar
Batch in Sql server is a set of one or more Transact-SQL
statements sent from a client to an instance of SQL Server
for execution and it will represents a unit of work
submitted to the Database Engine by users.
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
Why I am getting this error when dropping a database in ms sql server?
How to create function with parameter in sql server?
Are semicolons required at the end of sql statements in sql server 2005?
What is truncate table?
How do you create an execution plan?
What is difference between rownum and row_number?
How do you size a resultset?
How to sort the query output with order by clauses in ms sql server?
What guidelines should be followed to help minimize deadlocks?
Is it true that rules do not apply to data already existing in a database at the time the rule is created?
Explain what is the main purpose of having conversation group?
What are user defined functions in ms sql server?
How do I determine how many instances of sql server are installed on a computer?
Write a SQL command to insert and update only a particular field?
Describe how to use the linked server?