[dbo].[Vendor]
BUILD09
>
MoversSuite2
>
Synonyms
> dbo.Vendor
Properties
Permissions
SQL Script
Uses
Properties
Property
Value
References
[dbo].[Vendor_Legacy]
Permissions
Type
Action
Owning Principal
Grant
Delete
MssExec
Grant
Insert
MssExec
Grant
Select
MssExec
Grant
Update
MssExec
SQL Script
CREATE
SYNONYM
[dbo]
.
[Vendor]
FOR
[dbo]
.
[Vendor_Legacy]
GO
GRANT
SELECT
ON
[dbo]
.
[Vendor]
TO
[MssExec]
GRANT
INSERT
ON
[dbo]
.
[Vendor]
TO
[MssExec]
GRANT
DELETE
ON
[dbo]
.
[Vendor]
TO
[MssExec]
GRANT
UPDATE
ON
[dbo]
.
[Vendor]
TO
[MssExec]
GO
Uses
[dbo].[Vendor_Legacy]
dbo