What script can we can use to find out a GP version of a company database?
|
|
0
|
|
|
|
Reply
|
Utf
|
12/3/2009 12:06:02 AM |
|
Query DU00020 and DB_Upgrade Tables, it will return each company versions per
module.
Regards,
--
Mohammad R. Daoud
MVP, MCP, MCBMSP, MCTS, MCBMSS
Mob: +962 - 79 -999 65 85
Great Package For Business Solutions
daoudm@greatpbs.com
http://www.greatpbs.com
http://mohdaoud.blogspot.com/
"RicoTowers" wrote:
> What script can we can use to find out a GP version of a company database?
|
|
0
|
|
|
|
Reply
|
Utf
|
12/3/2009 12:31:02 AM
|
|
USE DYNAMICS;
GO
SELECT * FROM DB_Upgrade WHERE db_name = 'TWO'; -- replace with your company
database
--
Best regards,
--
MG.-
Mariano Gomez, MIS, MCP, PMP
Maximum Global Business, LLC
http://www.maximumglobalbusiness.com
The Dynamics GP Blogster at http://dynamicsgpblogster.blogspot.com
"RicoTowers" wrote:
> What script can we can use to find out a GP version of a company database?
|
|
0
|
|
|
|
Reply
|
Utf
|
12/3/2009 3:51:02 PM
|
|