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