Browse by Tags
All Tags » MSSQL ( RSS)
-
|
Please be careful with this one. I’ve tested it thoroughly and can’t find an issue…but it does involve editing tables through SQL. It is possible that custom reports etc. that are taking data from different tables may not like these...
|
-
|
To resolve, install a fresh instance of GP on a different mchine and choose to install Analytical Accounting. Then run utilities, added the sample company data (even though I don’t think this is required), and close out of utilities. Then go to...
|
-
|
Recently I had to do this. Always best to use standard functionality where available (Tools >> Utilities >> Inventory >> Change Decimal Places) ..but the following did the trick for a decimal increase… update iv00105 set decplcur...
|
-
|
Actually happened: About 1988…Consultant to client ‘Okay, make a copy every day, and store in this folder’…hands over a lovely blue A4 folder with 30 floppy disks in nice plastic sleeves inside. Another consultant calls out because...
|
-
|
So ,what to back up in the first place. Use the SQL Server Maintenance Plan set up wizard, and finish by setting up a job schedule to run the back ups. All your individual company databases must be included for a start. But don’t forget the Dynamics...
|
-
|
The following will return the value of inventory on hand in each site. Good for verifying modified reports are accurate. SELECT a.ITEMNMBR, b.ITEMDESC, a.LOCNCODE, a.QTYONHND, a.ATYALLOC, b.CURRCOST, CASE WHEN b.VCTNMTHD IN (1, 2) THEN isnull(c.Value...
|
-
|
http://dynamicsgpblogster.blogspot.com/2008/08/microsoft-dynamics-gp-and-sql-server.html
|
-
|
I had to download this tool today, and try as I might I could not find a working link anywhere on Micosoft. Always got ‘Page Not Available’ errors. Found the app on Filehippo and downloaded it. Here’s the link. http://www.filehippo.com...
|
-
|
If you’re looking to move from GP 9 to 10, MSSQL 2000 is not supported. If you’re not a fan of the big bang approach, then maybe you should consider moving to MSSQL 2000 first, and upgrade to GP 10 later. Users on MSSQL 7.0 need to be on service...
|
|
|
|
|
|
|
|