|
| 1 | +SET QUOTED_IDENTIFIER ON |
| 2 | +GO |
| 3 | +SET ANSI_NULLS ON |
| 4 | +GO |
| 5 | + |
| 6 | +CREATE VIEW [DBA].[vPhoneSkipMe] |
| 7 | +AS |
| 8 | +SELECT ID, [Phone Number] |
| 9 | +FROM dbo.tblPhone |
| 10 | +GO |
| 11 | +EXEC sp_addextendedproperty N'MS_DiagramPane1', N'[0E232FF0-B466-11cf-A24F-00AA00A3EFFF, 1.00] |
| 12 | +Begin DesignProperties = |
| 13 | + Begin PaneConfigurations = |
| 14 | + Begin PaneConfiguration = 0 |
| 15 | + NumPanes = 4 |
| 16 | + Configuration = "(H (1[40] 4[20] 2[20] 3) )" |
| 17 | + End |
| 18 | + Begin PaneConfiguration = 1 |
| 19 | + NumPanes = 3 |
| 20 | + Configuration = "(H (1 [50] 4 [25] 3))" |
| 21 | + End |
| 22 | + Begin PaneConfiguration = 2 |
| 23 | + NumPanes = 3 |
| 24 | + Configuration = "(H (1 [50] 2 [25] 3))" |
| 25 | + End |
| 26 | + Begin PaneConfiguration = 3 |
| 27 | + NumPanes = 3 |
| 28 | + Configuration = "(H (4 [30] 2 [40] 3))" |
| 29 | + End |
| 30 | + Begin PaneConfiguration = 4 |
| 31 | + NumPanes = 2 |
| 32 | + Configuration = "(H (1 [56] 3))" |
| 33 | + End |
| 34 | + Begin PaneConfiguration = 5 |
| 35 | + NumPanes = 2 |
| 36 | + Configuration = "(H (2 [66] 3))" |
| 37 | + End |
| 38 | + Begin PaneConfiguration = 6 |
| 39 | + NumPanes = 2 |
| 40 | + Configuration = "(H (4 [50] 3))" |
| 41 | + End |
| 42 | + Begin PaneConfiguration = 7 |
| 43 | + NumPanes = 1 |
| 44 | + Configuration = "(V (3))" |
| 45 | + End |
| 46 | + Begin PaneConfiguration = 8 |
| 47 | + NumPanes = 3 |
| 48 | + Configuration = "(H (1[56] 4[18] 2) )" |
| 49 | + End |
| 50 | + Begin PaneConfiguration = 9 |
| 51 | + NumPanes = 2 |
| 52 | + Configuration = "(H (1 [75] 4))" |
| 53 | + End |
| 54 | + Begin PaneConfiguration = 10 |
| 55 | + NumPanes = 2 |
| 56 | + Configuration = "(H (1[66] 2) )" |
| 57 | + End |
| 58 | + Begin PaneConfiguration = 11 |
| 59 | + NumPanes = 2 |
| 60 | + Configuration = "(H (4 [60] 2))" |
| 61 | + End |
| 62 | + Begin PaneConfiguration = 12 |
| 63 | + NumPanes = 1 |
| 64 | + Configuration = "(H (1) )" |
| 65 | + End |
| 66 | + Begin PaneConfiguration = 13 |
| 67 | + NumPanes = 1 |
| 68 | + Configuration = "(V (4))" |
| 69 | + End |
| 70 | + Begin PaneConfiguration = 14 |
| 71 | + NumPanes = 1 |
| 72 | + Configuration = "(V (2))" |
| 73 | + End |
| 74 | + ActivePaneConfig = 0 |
| 75 | + End |
| 76 | + Begin DiagramPane = |
| 77 | + Begin Origin = |
| 78 | + Top = 0 |
| 79 | + Left = 0 |
| 80 | + End |
| 81 | + Begin Tables = |
| 82 | + Begin Table = "tblPhone" |
| 83 | + Begin Extent = |
| 84 | + Top = 6 |
| 85 | + Left = 38 |
| 86 | + Bottom = 117 |
| 87 | + Right = 226 |
| 88 | + End |
| 89 | + DisplayFlags = 280 |
| 90 | + TopColumn = 0 |
| 91 | + End |
| 92 | + End |
| 93 | + End |
| 94 | + Begin SQLPane = |
| 95 | + End |
| 96 | + Begin DataPane = |
| 97 | + Begin ParameterDefaults = "" |
| 98 | + End |
| 99 | + End |
| 100 | + Begin CriteriaPane = |
| 101 | + Begin ColumnWidths = 11 |
| 102 | + Column = 1440 |
| 103 | + Alias = 900 |
| 104 | + Table = 1170 |
| 105 | + Output = 720 |
| 106 | + Append = 1400 |
| 107 | + NewValue = 1170 |
| 108 | + SortType = 1350 |
| 109 | + SortOrder = 1410 |
| 110 | + GroupBy = 1350 |
| 111 | + Filter = 1350 |
| 112 | + Or = 1350 |
| 113 | + Or = 1350 |
| 114 | + Or = 1350 |
| 115 | + End |
| 116 | + End |
| 117 | +End |
| 118 | +', 'SCHEMA', N'DBA', 'VIEW', N'vPhoneSkipMe', NULL, NULL |
| 119 | +GO |
| 120 | +DECLARE @xp int |
| 121 | +SELECT @xp=1 |
| 122 | +EXEC sp_addextendedproperty N'MS_DiagramPaneCount', @xp, 'SCHEMA', N'DBA', 'VIEW', N'vPhoneSkipMe', NULL, NULL |
| 123 | +GO |
0 commit comments