Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is meant by sql injection with example and one more
question how to catch the errors in sqlserver

Answer Posted / kanan

how to catch the errors in sqlserver?

BEGIN TRY
SELECT 1/0
END TRY

BEGIN CATCH
RETURN ERROR_NUMBER()
RETURN ERROR_MESSAGE()
RETURN ERROR_LINE()
END CATCH

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of triggers in sql server?

1085


What is difference between order by and group by?

1052


Can we perform backup restore operation on tempdb?

1070


Write a SQL query to delete a table?

1183


Tell me when is the update_statistics command used?

1194


where the connection string store in the database

2117


What are sql servers used for?

1107


What is the correct order of the logical query processing phases?

993


What is system stored procedures?

1080


How to drop existing indexes in ms sql server?

1125


What is the difference between dbcc indexdefrag and dbcc reindex?

1030


What does COMMIT command do?

1113


Define indexes?

1092


How many clustered indexes there can be on table ?

1069


what’s the difference between Covering Indexes and Clustered Indexes ? how to use clustered index small ?

2023