Skip to content

Instantly share code, notes, and snippets.

@websterian
Created June 7, 2017 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save websterian/a8c944330b57aef2f0bfa71f7915b634 to your computer and use it in GitHub Desktop.
Save websterian/a8c944330b57aef2f0bfa71f7915b634 to your computer and use it in GitHub Desktop.
SQL query to verify that the new plugin is loaded
SELECT TOP 5 [Id]
,[EnvironmentId]
,[Version]
,[Entity]
FROM [SitecoreCommerce_Global].[dbo].[CommerceEntities]
where entity like '%MYERP%'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment