dbCleanRows_mssqlserver.sql 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. -- Licensed Materials - Property of IBM
  2. --
  3. -- BI and PM: CM
  4. --
  5. -- (C) Copyright IBM Corp. 2008, 2019
  6. --
  7. -- US Government Users Restricted Rights - Use, duplication or disclosure
  8. -- restricted by GSA ADP Schedule Contract with IBM Corp.
  9. -- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  10. -- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  11. BEGIN TRANSACTION
  12. delete from CMSYSPROPS
  13. delete from CMCAPACITY
  14. delete from CMDBTEST
  15. delete from CMCRYPTOKEYS
  16. delete from CMCAKEYS
  17. delete from CMCAPROPS
  18. delete from CMOBJECTS
  19. delete from CMOBJNAMES
  20. delete from CMDATA
  21. delete from CMOBJPROPS1
  22. delete from CMOBJPROPS2
  23. delete from CMOBJPROPS3
  24. delete from CMOBJPROPS4
  25. delete from CMOBJPROPS5
  26. delete from CMOBJPROPS6
  27. delete from CMOBJPROPS7
  28. delete from CMOBJPROPS9
  29. delete from CMOBJPROPS10
  30. delete from CMOBJPROPS11
  31. delete from CMOBJPROPS13
  32. delete from CMOBJPROPS14
  33. delete from CMOBJPROPS15
  34. delete from CMOBJPROPS16
  35. delete from CMOBJPROPS17
  36. delete from CMOBJPROPS18
  37. delete from CMOBJPROPS20
  38. delete from CMOBJPROPS23
  39. delete from CMOBJPROPS24
  40. delete from CMOBJPROPS25
  41. delete from CMOBJPROPS26
  42. delete from CMOBJPROPS27
  43. delete from CMOBJPROPS28
  44. delete from CMOBJPROPS30
  45. delete from CMOBJPROPS31
  46. delete from CMOBJPROPS32
  47. delete from CMOBJPROPS33
  48. delete from CMOBJPROPS34
  49. delete from CMOBJPROPS35
  50. delete from CMOBJPROPS36
  51. delete from CMOBJPROPS37
  52. delete from CMOBJPROPS38
  53. delete from CMOBJPROPS39
  54. delete from CMOBJPROPS40
  55. delete from CMOBJPROPS41
  56. delete from CMOBJPROPS42
  57. delete from CMOBJPROPS43
  58. delete from CMOBJPROPS44
  59. delete from CMOBJPROPS45
  60. delete from CMOBJPROPS46
  61. delete from CMOBJPROPS47
  62. delete from CMOBJPROPS48
  63. delete from CMOBJPROPS49
  64. delete from CMOBJPROPS50
  65. delete from CMOBJPROPS51
  66. delete from CMOBJPROPS52
  67. delete from CMOBJPROPS53
  68. delete from CMOBJPROPS54
  69. delete from CMOBJPROPS55
  70. delete from CMOBJPROPS56
  71. delete from CMOBJPROPS57
  72. delete from CMOBJPROPS58
  73. delete from CMOBJPROPS59
  74. delete from CMOBJPROPS60
  75. delete from CMOBJPROPS61
  76. delete from CMOBJPROPS62
  77. delete from CMOBJPROPS63
  78. delete from CMOBJPROPS64
  79. delete from CMOBJPROPS65
  80. delete from CMOBJPROPS66
  81. delete from CMOBJPROPS67
  82. delete from CMOBJPROPS68
  83. delete from CMOBJPROPS69
  84. delete from CMOBJPROPS70
  85. delete from CMOBJPROPS71
  86. delete from CMOBJPROPS72
  87. delete from CMOBJPROPS73
  88. delete from CMOBJPROPS74
  89. delete from CMOBJPROPS75
  90. delete from CMOBJPROPS76
  91. delete from CMOBJPROPS77
  92. delete from CMOBJPROPS78
  93. delete from CMOBJPROPS79
  94. delete from CMOBJPROPS80
  95. delete from CMOBJPROPS81
  96. delete from CMOBJPROPS82
  97. delete from CMOBJPROPS83
  98. delete from CMOBJPROPS84
  99. delete from CMOBJPROPS85
  100. delete from CMOBJPROPS86
  101. delete from CMOBJPROPS87
  102. delete from CMOBJPROPS88
  103. delete from CMOBJPROPS89
  104. delete from CMOBJPROPS90
  105. delete from CMOBJPROPS91
  106. delete from CMOBJPROPS92
  107. delete from CMOBJPROPS93
  108. delete from CMPOLICIES
  109. delete from CMVIEWED
  110. delete from CMDELETEDSCHEDULES
  111. delete from CMPROPERTIES
  112. delete from CMCLASSES
  113. delete from CMLOCALES
  114. delete from CMGUIDS
  115. delete from CMREFNOORD1
  116. delete from CMREFNOORD2
  117. delete from CMREFORD1
  118. delete from CMREFORD2
  119. delete from CMSTOREIDS
  120. delete from CMDATAUPGRADE
  121. delete from CMNOTIFICATIONTABLE
  122. delete from CMSIZEINFO
  123. delete from CMSPLIT
  124. delete from CMARCHIVESTATUS
  125. delete from CMARCHIVEQUEUE
  126. delete from CMDELETEQUEUE
  127. delete from CMQUEUELOCK
  128. delete from CMTENANTID
  129. delete from CMINDEXQUEUE
  130. delete from CMTAGS
  131. commit