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