
March 19th, 2012, 08:06 AM
|
|
Registered User
|
|
Join Date: Mar 2012
Posts: 2
Time spent in forums: 51 m 5 sec
Reputation Power: 0
|
|
|
Query & Stored Procedure
Hi,
Query and Stored procedure both are same but,
1.When you compile the code each and every time the compiler check the query where stored procedure first time checks and next time onward it will execute i.e(precompiled block of code stored procedure)
2.During Execution Each and every query Its time taking where as storedprocedure Not Time taking
3.In Query if you want to modify you want to edit the code , compile and Execute the code.where Stored procedure Just modify using Alter
Regards,
SUM
|