| Name | Value |
|---|---|
| Name | viewSynonym1 |
| ID | 660197402 |
| Schema | HumanResources |
| Owner | dbo |
| Base Object | [W7].[AdventureWorks2008].[Sales].[vSalesPersonSalesByFiscalYears] |
| Schema Published |
|
| MS Shipped |
|
| Modify Date | 10/23/2011 3:15:10 AM |
| Creation Date | 10/23/2011 3:15:10 AM |
| Name | Value |
|---|---|
| MS_Description | mobi view synonym |
| Permission | Grantor | Grant | With Grant Option | Deny |
|---|---|---|---|---|
| Control | ||||
| Delete | ||||
| Execute | dbo |
|
||
| Insert | ||||
| Select | ||||
| Take Ownership | ||||
| Update | ||||
| View Definition |
| Permission | Grantor | Grant | With Grant Option | Deny |
|---|---|---|---|---|
| Control | dbo |
|
||
| Delete | ||||
| Execute | ||||
| Insert | dbo |
|
||
| Select | dbo |
|
||
| Take Ownership | ||||
| Update | ||||
| View Definition |
| Permission | Grantor | Grant | With Grant Option | Deny |
|---|---|---|---|---|
| Control | ||||
| Delete | ||||
| Execute | dbo |
|
||
| Insert | dbo |
|
||
| Select | dbo |
|
||
| Take Ownership | ||||
| Update | ||||
| View Definition |
| Script |
|---|
| CREATE SYNONYM [HumanResources].[viewSynonym1] FOR [W7].[AdventureWorks2008].[Sales].[vSalesPersonSalesByFiscalYears] EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'mobi view synonym' , @level0type=N'SCHEMA',@level0name=N'HumanResources', @level1type=N'SYNONYM',@level1name=N'viewSynonym1' |