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



if a parameter is not send to a stored procedure what type of identifier is to be used in Stp and ..

Answer / 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

More SQL Server Interview Questions

How do I setup a sql server database?

0 Answers  


How to create new tables with "select ... Into" statements in ms sql server?

0 Answers  


Do you know the policy based administration feature of sql server 2008?

0 Answers  


Can we use custom code in ssrs?

0 Answers  


What are the security related catalog views? : sql server security

0 Answers  






Is sql server 2016 free?

0 Answers  


What is the difference between online clustering and Offline clustering?

0 Answers   IBM,


How to list all stored procedures in the current database using ms sql server?

0 Answers  


What all db objects can be found in MSDB database of a SQL Server instance?

2 Answers   Accenture,


What are the elements of dbms?

0 Answers  


How many max. conditions can b written under the WHERE clause? Like select * from [tabnam] WHERE (cond1...or..cond2....or...cond3...and.....so on.....??? (upto how much extent))?????

3 Answers   SAP Labs,


How to execute a stored procedure in ms sql server?

0 Answers  


Categories