Synonyms [dbo].[GPWarehouseCustomer_Synonym]
Properties
PropertyValue
References[dbo].[GPWarehouseCustomer_Legacy]
Permissions
TypeActionOwning Principal
GrantDeleteMssExec
GrantExecuteMssExec
GrantInsertMssExec
GrantSelectMssExec
GrantUpdateMssExec
SQL Script
CREATE SYNONYM [dbo].[GPWarehouseCustomer_Synonym] FOR [dbo].[GPWarehouseCustomer_Legacy]
GO
GRANT SELECT ON  [dbo].[GPWarehouseCustomer_Synonym] TO [MssExec]
GRANT INSERT ON  [dbo].[GPWarehouseCustomer_Synonym] TO [MssExec]
GRANT DELETE ON  [dbo].[GPWarehouseCustomer_Synonym] TO [MssExec]
GRANT UPDATE ON  [dbo].[GPWarehouseCustomer_Synonym] TO [MssExec]
GRANT EXECUTE ON  [dbo].[GPWarehouseCustomer_Synonym] TO [MssExec]
GO
Uses