Answer Posted / chandra rekha
Raiseerror command is used to generate user defined error
messages.Syntax is as follows: RAISEERROR
('Message',sevierity,state)
message is the user defined error message
sevierty defines the seriousness of the error (1 to 25)
state defines the number of places from where the error
might get generated
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What happens to a statement batch if there is a compilation error?
What is GUID in sql server?
Is oracle faster than sql server?
What is SQL Azure Data sync?
How can we rewrite sub-queries into simple select statements or with joins?
Write an SQL query to obtain the 2nd highest salary.
what are constraints? Explain different types of constraints? : Sql server database administration
what are the reporting service components in SSRS?
What is the difference function and stored procedure?
How to write character string constants or literals in ms sql server?
What is sql sandbox in sql server?
How many primary keys are possible in a table?
What are views in ms sql server?
Differentiate between SQL and ORACLE joins and write their syntax.
How to list all field names in the result set using mssql_field_name()?