Buy Questpond's video subscriptions on
huge discount
.
Online: 1275
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
Sql Server
>
Loading ...
Can we have Try catch in Sqlserver?
Posted by
Nishithraj
on 1/5/2010 | Category:
Sql Server Interview questions
| Views: 4657
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
Yes we can have Try catch statements in Sqlserver from SQLServer 2005
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
What is the syntax of try catch?
Next > :
How do we raise the error message?
Comments or Responses
Posted by:
jossitec-15901
on: 11/24/2012 |
Points: 10
BEGIN TRY
{ sql_statement | statement_block }
END TRY
BEGIN CATCH
[ { sql_statement | statement_block } ]
END CATCH
Login to post response
More Interview Questions by Nishithraj
How do we raise the error message?
How do we handle errors in SQL Server?
Whether Cookies is used for session?
How do we do paging in gridview?
If the rows are more than 2 billion, how can I set the rowcount?
What is the maximum number rows can be returned in SqlServer by the @@ ...
What is the use of @@ROWCOUNT?
What is Modulo EQUALS statement in SQL server?
Latest Interview Questions
Difference between ASP Session and ASP.NET Session?
What is Early binding and late binding?
Namespace and Assembly?
Diff b/w dataset.clone and dataset.copy
Diff b/w Const and readonly?
Diversities between static or dynamic assemblies ?
What isWhite box testing?
Diversities between an abstract method & virtual method ?
More ...