Results 1 to 4 of 4
Thread: store procedure in mysql?
-
11-19-2011, 06:38 AM #1
Sophomore
- Join Date
- Nov 2011
- Posts
- 57
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
store procedure in mysql?
can you share something please.
-
11-25-2011, 02:40 AM #2
Junior
- Join Date
- Dec 2010
- Posts
- 287
- Thanks
- 2
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
A stored procedure, by definition, is a segment of declarative SQL code which is stored in the database catalog and can be invoked later by a program, a trigger or even a stored procedure.
-
11-29-2011, 07:34 AM #3
Sophomore
- Join Date
- Nov 2011
- Posts
- 65
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
Stored procedure increases performance of application. Once created, stored procedure is compiled and stored in the database catalog. It runs faster than uncompiled SQL commands which are sent from application.
-
12-05-2011, 10:08 PM #4
Freshman
- Join Date
- Nov 2011
- Posts
- 44
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
Stored procedure is set of sql command, Once you are creating stored procedure in database it will stored in database and when you want to run than you can do it you don't have to write same sql commands repeat and repeat, in SQL and mySQL both, logic of stored procedure will be same, only syntax will differ.
Similar Threads
-
How to Get Multiple Tables From Stored Procedure - MS SQL, ASP .NET
By manik in forum DatabasesReplies: 1Last Post: 04-03-2012, 03:01 AM -
Procedure to get position on the top on Google
By sanjay in forum Search Engine OptimizationReplies: 17Last Post: 03-14-2011, 02:40 AM -
[WTS] Over 30 mysql MySQL databases worth $6250 now just $3750
By immediate in forum ContentsReplies: 0Last Post: 01-22-2010, 08:35 AM -
Article Submission procedure?
By Gensofts in forum Search Engine OptimizationReplies: 18Last Post: 02-04-2009, 04:14 PM -
Google's hiting procedure
By himoacs in forum GoogleReplies: 0Last Post: 07-25-2008, 05:57 PM


Reply With Quote

