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
If I delete a template from the list in sql studio, will it be deleted from the hard disk? : sql server management studio
Can you create a logon trigger in sql server 2005 express edition?
What are the dis_advantages of stored procedures, triggers, indexes?
What are the types of dml?
How do I determine how many instances of sql server are installed on a computer?
What is a trigger and types of a trigger?
What is the difference between drop table and truncate table?
What is the name of the Database which IBM mainframe uses?
Determine how to use the inserted and deleted pseudo tables?
How to create a new table in a given schema?
what method you can use to reduce the overhead of Reporting Services data sources?
Explain datetimeoffset data type in sal server 2008?
What is difference between rownum and rowid?
What is the osql utility?
how many no of arguments can be passed in procedures and functions