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
How to write an inner join with the where clause in ms sql server?
How do I view a procedure in sql server?
Suppose you want to implement the many-to-many relationships while designing tables. How would you do it?
What is difference in performance between insert top (n) into table and using top with insert?
What is data compression?
Determine how to use the inserted and deleted pseudo tables?
Are resultset updatable?
Tell me what is difference between view and materialized view?
What is dirty read?
What is normalization? Describe its different types.
While migrating Microsoft SQL Server 2008 database to SQL Azure, what can be done to ensure the database connectivity does not degrade?
What is cursors?
Data is not being delivered to subscribers, what can be the possible reasons? : sql server replication
What is a filestream?
What is the process of normalising?