GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Database  >  SQL Server

 Print  |  
Question:  How is the error handling in stored proc of T-SQL ?

Answer: 1 How is the error handling in stored proc of T-SQL
2 What is clustered index and non-clustered index? How many clustered indexes and non-clustered indexes can be created in one table?
3-what is disconnected mode?


September 09, 2008 08:27:43 #4
 yemshivakumar   Member Since: September 2008    Total Comments: 1 

RE: How is the error handling in stored proc of T-SQL ?
 
We can use @@ERROR keyword for handling errors.  RAISEERROR also we can use.
     

 

Back To Question