Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Wht is the difference between stored procedure and trigger

Answer Posted / sujit kumar suman

Store Procedure:-It is a pre-compiled object which stored in
current database.It can't execute automatically.
--create store procedure
create proc procedure_name
as
select command
and then
go

--execute procedure

exec procedure_name

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different Topologies in which Replication can be configured?

1234


Explain sql server authentication modes?

1181


How can you insert null values in a column while inserting the data?

1337


what is dbcc? : Sql server database administration

1075


How would you add a section to a table?

1105


What is a file group?

1160


How to transfer an existing table from one schema to another schema in ms sql server?

1019


What are sub reports?

208


how you can list all the tables in a database?

1067


You want to use a perspective in an mdx query. How do you select the perspective?

246


What are the restrictions while creating batches in sql server?

1108


What factors you will consider calculating the storage requirement for that view?

987


What is the syntax for encrypting a column in SQL Server?

1169


Is it safe to delete log files?

969


How is foreign key related to primary key?

1010