Skip to content

Commit 807958a

Browse files
committed
- removed everything in the cmn schema, tables / functions
- worked the kinks out of the installer
1 parent 125cfb7 commit 807958a

8 files changed

Lines changed: 106 additions & 670 deletions

File tree

SqlServer.ClrCommon/Install.bat

-119 Bytes
Binary file not shown.

SqlServer.ClrCommon/Install.ps1

-323 Bytes
Binary file not shown.

SqlServer.ClrCommon/SqlServer.ClrCommon.sqlproj

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,6 @@
108108
<Folder Include="Aggregates" />
109109
<Folder Include="Help" />
110110
<Folder Include="Help\CustomHelp" />
111-
<Folder Include="cmn\" />
112-
<Folder Include="cmn\Tables\" />
113-
<Folder Include="cmn\Functions\" />
114111
<Folder Include="Security\" />
115112
<Folder Include="Readmes" />
116113
</ItemGroup>
@@ -155,17 +152,11 @@
155152
</ItemGroup>
156153
<ItemGroup>
157154
<None Include="DebugScript.sql" />
158-
<Build Include="cmn\Tables\Numbers.sql" />
159-
<Build Include="cmn\Tables\DimDate.sql" />
160-
<Build Include="cmn\Functions\F_TABLE_DATE.sql">
161-
<AnsiNulls>Off</AnsiNulls>
162-
<QuotedIdentifier>Off</QuotedIdentifier>
163-
</Build>
164155
<Build Include="Security\cmn.sql" />
165156
<Build Include="Security\clr.sql" />
166157
</ItemGroup>
167158
<ItemGroup>
168-
<None Include="setup-start.sql">
159+
<None Include="drop-assembly.sql">
169160
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
170161
</None>
171162
</ItemGroup>

0 commit comments

Comments
 (0)