What are the advantages of sql stored procedure?


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

Post New Answer

More SQL Server Interview Questions

i want to create procedure for create table in sql server 2005 for example create procedure create_table @table varchar(20) as create @table( id int, name char(20) ) but it will get error what is solution?

5 Answers   Aptech,


What are the 7 disadvantages to a manual system?

0 Answers  


What is master database? : SQL Server Architecture

0 Answers  


How to add more data to the testing table in ms sql server?

0 Answers  


Hi all, can any one please tell me the difference between sql server 2008 and orace 9i

0 Answers   HP,






How can we delete a table in sql server?

0 Answers  


which database is best to use in oracle and sql server? explain reasons?

5 Answers   TCS,


how to replace double quotes by single quotes in sql server

2 Answers   CAC,


How to use union to merge outputs from two queries together in ms sql server?

0 Answers  


What is the meaning of resultset type_scroll_insensitive?

0 Answers  


What command must you use to include the not null constraint after a table has already been created?

0 Answers  


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

3 Answers   Ness Technologies,


Categories