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
What is a system database and what is a user database?
How to throw custom exception in Stored Procedure?
Explain iaas, paas and saas?
How to Check if table exists in sql server?
How to select some specific rows from a table in ms sql server?
Mention the different authentication modes in sql server.
What are the different index configurations a table can have?
explain what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration
What the different components in replication and what is their use?
Mention the differences between substr and charindex in sql server.
How to see existing views in ms sql server?
What are rows and columns?
How to turn off warning messages during php execution?
What is the default port for SQL Server over a firewall?
Is it ok to shrink transaction log?