Announcements
GrantAllToTableZDPs stored procedure and manually executing the code?
****Bing CoPilot returned the following results with the prompt: dynamics gp GrantAllToTableZDPs****
In Microsoft Dynamics GP, the object GrantAllToTableZDPs is not a standard stored procedure, table, or view that ships with GP. It is most likely a custom SQL script or utility that was created during an upgrade or deployment to grant permissions to ZDP tables.
GrantAllToTableZDPs
ZDP_<TableName>
From upgrade scripts and partner documentation:
DYNGRP
If you are getting errors about GrantAllToTableZDPs missing:
.sql
DECLARE @sql NVARCHAR(MAX) = ''; SELECT @sql += 'GRANT SELECT, INSERT, UPDATE, DELETE ON [' + name + '] TO DYNGRP;' FROM sys.tables WHERE name LIKE 'ZDP_%'; EXEC sp_executesql @sql;
✅ Summary: GrantAllToTableZDPs is a temporary upgrade helper for granting permissions to ZDP tables in Dynamics GP. It’s not part of the normal GP runtime and may not exist after the upgrade completes.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Abhilash Warrier 628 Super User 2026 Season 1
André Arnaud de Cal... 501 Super User 2026 Season 1
Subra 437