How to Handle the exceptions in Sqlsrver 2005??
Answer Posted / manikanta.srinu
Sqlsrver 2005 introduced try-catch block in SQL. orelse you
can use Transation to Handle error in SQL
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the downside of using udf?
What is snapshot replication?
What is awe?
Is t sql the same as sql server?
How you can get the list of largest tables in a database?
What is the report builder?
In which tcp/ip port does sql server run? Can it be changed?
How to execute multiple stored procedures at one time in sql server?
Does dbcc checkdb requires db to be in single_user mode? : sql server database administration
Does sql server 2000 clustering support load balancing?
Suppose we have a table "MyTable" containing 10 rows, what query should be executed to update the odd rows "Salary" as 9000?
What is sql server schema compare? How we can compare two database schemas?
Can you change the data type of a column in a table after the table has been created? If so, which command would you use?
What does top operator do?
What is the difference between nvl and nvl2?