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
How do I get to sql server configuration manager?
What are group functions in query statements in ms sql server?
What is cross join in sql server joins?
How do I find the transaction log size in sql server?
Help!!!!!!!!!!!! My database has gone offline, it is highlighted as 'Suspect'. Foolishly, i haven't got a recent back up. Is there a way of quickly restoring the database? Thank you
How to access the inserted record of an event?
What is a covering index?
Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting are possible?
How to delete duplicate rows in sql server?
what is an index? : Sql server database administration
What is the use of @@spid?
What is 'write-ahead log' in sql server 2000 ?
What is difference between index and primary key?
Explain about SQL server 2005?
Does partitioning ssd reduce performance?