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