Mention the uses of stored procedures.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

1. Tell me your daily activities 2. If sql server installation fails at time installation what will do 3. Where does the sql server installation log details are stored 4. After the installation what will you do for memory configuration 5. What is the difference between SQL max maximum memory and AWE memory 6. How will you configure AWE memory 7. How will setup an email alert for the backup job 8. After the SQL installation what are the jobs will you configure 9. What does –g mean in the sql startup parameter 10. What is the difference between Bulked log and Full recovery model 11. What is the difference between mirroring and log shipping 12. What are the steps to be followed before in-place up gradation 13. After installing the patch the sql server does not start and application team tells to rollback the changes .In this scenario what will you do

0 Answers   CSC, IBM,


What are the benefits of using stored procedures over sql statements?

3 Answers   Ness Technologies,


How you can add messages to the nt event log from within a stored procedure?

0 Answers  


What is the difference between getdate and sysdatetime?

0 Answers  


What is the difference between count and distinct count?

0 Answers  






Are null values the same as that of zero or a blank space?

0 Answers  


What is the joins and how many types of Joins in sql server a diffrentiate ever one give a suaitable query

2 Answers   Apollo,


Hi, I have a table A which has four rows as follows Table A ------- empname salary ------- ------ A 1000 B 2000 C 3000 A 1000 B 2000 D 5000 I need the following output: empname salary ------- ------ A 1000 A 1000 B 2000 B 2000 Thanks in advance

10 Answers   IBM,


Why use cursor in sql server?

0 Answers  


Do you know the capabilities of cursors?

0 Answers  


Why do we use non clustered index?

0 Answers  


What is the command used to recompile the stored procedure at run time?

0 Answers  


Categories