if a parameter is not send to a stored procedure what type
of identifier is to be used in Stp and if that parameter is
not feed to the a query inside the Stp how to validate with
out useing IF condition
Answer Posted / amey
sql will throw error for not getting value to parameter.
reference object is null.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the different types of replication are there in sql server 2000?
How to count duplicated values in a column in ms sql server?
What are the different types of triggers in SQL SERVER?
How to remove duplicate rows from table?
What is 2nf normalization?
What is normalization 1nf 2nf 3nf?
Distinguish between commit and rollback?
How to convert numeric values to integers in ms sql server?
How to create hyperlink from returned sql query ?
How many non clustered indexes there can be on table ?
What is log ldf?
Explain a differential backup?
What is the difference between clustered and a non-clustered index?
What is surrogate key? : sql server analysis services, ssas
How to modify existing triggers using "alter trigger"?