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 commonly used mssql functions in php?
How can you tell if a database object is invalid?
What is sql server schema compare? How we can compare two database schemas?
How connect excel to sql server?
What is a sql join?
What is a covering index?
What is mssql?
can any body tell me how to know the password of current user in sql server
Describe in brief authentication modes in sql server.
Why use stored procedures in sql server?
What are different types of data sources?
What is server-level principal?
How to modify an existing user defined function?
What is Dependency Injection and provide example?
can a table be moved to different filegroup? : Sql server administration