GPWindow is Everything Dynamics GP. Try the Custom GP Search engine which searches high quality GP Blogs, and the Microsoft Dynamics GP Community Forums.
This section has a collection of over 200 awesome Dynamics GP SQL scripts handed over free by masters of the software to the community. Experience the strength of the Microsoft Dynamics community in action. This section has got some really helpful scripts for the core GP modules like General Ledger, Analytical Accounting, Fixed Assets, Inventory Management, Payables and Receivables Management, SOP and POP and more… You can find many helpful SQL scripts like Posted/Unposted transactions related scripts , Chart of Accounts related scripts, Budget related scripts, Reconciliation related scripts and much more...
After the success of the Microsoft Dynamics GP Application Level Security Series, I have decided to release a another series which contains some really useful SQL scripts I have collected over time.
The posts in the series (so far) include:
From the Useful SQL Scripts Series.
This stored procedure allows you to search all columns in all tables in a database for the occurrence of a particular string or value. Wild card characters such as those supported by the LIKE keyword can be used.
For example: _ to wild…
Last week, I posted the article below explaining how you can use the osql.exe command to run a script against all Microsoft Dynamics GP company databases. The method described in this post is best if you have a *.sql script file to execute against each company database:
Running a SQL Script against all GP Company Databases
I have seen some discussions on the newsgroups about the sp_MSforeachdb system stored procedure and so decided to elaborate on this subject.
If you are already logged into SQL Server Query Analyzer…

I found this post @ GP4Arab blog, download the scripts file here, below are the covered scripts:
1. How to display the details of an order
2. How to Reset System Password
3. Find Table Size of the Database
4. List all Employee names, with department and job title and codes
5. A quick way to duplicate or copy a GP dynamics PRICELEVEL SET
6. Global find and replace command to update inventory item descriptions
7. Batch update…
My friend Victoria Yudin has posted a great introductory article on her blog about how to…