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