Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Upgrade to 7.5 question --recompile stored procedures.

Status
Not open for further replies.

SpeedBWild

Programmer
Apr 29, 2004
117
US
I am getting ready to upgrade to Great Plains 7.5, one of the pre-upgrade instructions is to recompile stored procedures to adapt stored procedures to tables with significant increases or decreases in data. What does this mean?
I wrote a script that select name from the sysobjects table where type ='p' and then I loop thought the list and run the exec sp_recompile tablename. When I ran the script it said the tablename was successfully marked for recompilation. Is this all that I need to do?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top