Synonyms [dbo].[OrderThirdPartysVendor_Synonym]
Properties
PropertyValue
References[dbo].[OrderThirdPartysVendor_Legacy]
Permissions
TypeActionOwning Principal
GrantDeleteMssExec
GrantInsertMssExec
GrantSelectMssExec
GrantUpdateMssExec
SQL Script
CREATE SYNONYM [dbo].[OrderThirdPartysVendor_Synonym] FOR [dbo].[OrderThirdPartysVendor_Legacy]
GO
GRANT SELECT ON  [dbo].[OrderThirdPartysVendor_Synonym] TO [MssExec]
GRANT INSERT ON  [dbo].[OrderThirdPartysVendor_Synonym] TO [MssExec]
GRANT DELETE ON  [dbo].[OrderThirdPartysVendor_Synonym] TO [MssExec]
GRANT UPDATE ON  [dbo].[OrderThirdPartysVendor_Synonym] TO [MssExec]
GO
Uses
Used By