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 many files can a database contain in sql server?how many types of data files exists in sql server? How many of those files can exist for a single database?

0 Answers  


Explain full-text query in sql server?

0 Answers  


What are the steps you will take to improve performance of a poor performing query?

1 Answers  


What is the difference between for auto and for nested?

0 Answers  


How To delete duplicate record from a particular table?

12 Answers   eXensys, Foxfire,






How many partitions a clustered index has by default in sql server 2012?

0 Answers  


What is the beast way to write CTE in SQL Server ?

0 Answers   HCL,


Differentiate between truncate vs delete in mssql?

0 Answers  


What is a select query statement in ms sql server?

0 Answers  


Which operator do you use to return all of the rows from one query except rows are returned in a second query?

0 Answers  


How to stop log file growing too big?

0 Answers  


What are the different Authentication modes in SQL Server and how can you change authentication mode?

0 Answers  


Categories