-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Greg Galloway
committed
Mar 12, 2023
1 parent
471af0d
commit c189913
Showing
52 changed files
with
155 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+8 Bytes
(100%)
DLLs/SQL2019/Reference/FromASFolder/Microsoft.DataWarehouse.Interfaces.AS.DLL
Binary file not shown.
Binary file modified
BIN
-16.5 KB
(99%)
DLLs/SQL2019/Reference/Microsoft.AnalysisServices.AdomdClient.dll
Binary file not shown.
Binary file modified
BIN
-512 Bytes
(100%)
DLLs/SQL2019/Reference/Microsoft.AnalysisServices.BackEnd.dll
Binary file not shown.
Binary file modified
BIN
+1.51 KB
(100%)
DLLs/SQL2019/Reference/Microsoft.AnalysisServices.Common.FrontEnd.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
DLLs/SQL2019/Reference/Microsoft.AnalysisServices.Controls.AS.DLL
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
DLLs/SQL2019/Reference/Microsoft.AnalysisServices.Design.AS.DLL
Binary file not shown.
Binary file modified
BIN
-16 Bytes
(100%)
DLLs/SQL2019/Reference/Microsoft.AnalysisServices.MPFProjectBase.dll
Binary file not shown.
Binary file modified
BIN
-16 Bytes
(100%)
DLLs/SQL2019/Reference/Microsoft.AnalysisServices.Project.AS.DLL
Binary file not shown.
Binary file modified
BIN
+33.5 KB
(100%)
DLLs/SQL2019/Reference/Microsoft.AnalysisServices.Tabular.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+1.02 KB
(100%)
DLLs/SQL2019/Reference/Microsoft.DataTransformationServices.Controls.dll
Binary file not shown.
Binary file modified
BIN
+17 KB
(100%)
DLLs/SQL2019/Reference/Microsoft.DataTransformationServices.Design.DLL
Binary file not shown.
Binary file modified
BIN
+249 KB
(120%)
DLLs/SQL2019/Reference/Microsoft.DataTransformationServices.VsIntegration.DLL
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
DLLs/SQL2019/Reference/Microsoft.DataWarehouse.VsIntegration.AS.DLL
Binary file not shown.
Binary file modified
BIN
-16 Bytes
(100%)
DLLs/SQL2019/Reference/Microsoft.DataWarehouse.VsIntegration.RS.DLL
Binary file not shown.
Binary file modified
BIN
+1.05 KB
(100%)
DLLs/SQL2019/Reference/Microsoft.SQLServer.DTSPipelineWrap.dll
Binary file not shown.
Binary file modified
BIN
+7.52 KB
(100%)
DLLs/SQL2019/Reference/Microsoft.SqlServer.DTSRuntimeWrap.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+1.02 KB
(110%)
DLLs/SQL2019/Reference/Microsoft.SqlServer.ExecPackageTaskWrap.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+1.03 KB
(100%)
DLLs/SQL2019/Reference/Microsoft.SqlServer.IntegrationServices.Design.DLL
Binary file not shown.
Binary file modified
BIN
+5.02 KB
(100%)
DLLs/SQL2019/Reference/Microsoft.SqlServer.IntegrationServices.Graph.DLL
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file renamed
BIN
+2.99 MB
...e/Microsoft.AnalysisServices.Controls.DLL → ...e/Microsoft.AnalysisServices.Controls.dll
Binary file not shown.
Binary file renamed
BIN
+5.67 MB
...nce/Microsoft.AnalysisServices.Design.DLL → ...nce/Microsoft.AnalysisServices.Design.dll
Binary file not shown.
Binary file renamed
BIN
+1.9 MB
...ce/Microsoft.AnalysisServices.Project.DLL → ...ce/Microsoft.AnalysisServices.Project.dll
Binary file not shown.
Binary file added
BIN
+926 KB
DLLs/SQL2022/Reference/Microsoft.DataTransformationServices.Controls.dll
Binary file not shown.
Binary file renamed
BIN
+33.4 KB
...ce/Microsoft.DataWarehouse.Interfaces.DLL → ...ce/Microsoft.DataWarehouse.Interfaces.dll
Binary file not shown.
Binary file renamed
BIN
+720 KB
...Microsoft.DataWarehouse.VsIntegration.DLL → ...Microsoft.DataWarehouse.VsIntegration.dll
Binary file not shown.
Binary file renamed
BIN
+1.36 MB
...019/Reference/Microsoft.DataWarehouse.dll → ...022/Reference/Microsoft.DataWarehouse.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
set dest=C:\projects\BIDS Helper\GitHub\bideveloperextensions2\DLLs\SQL2022\Reference | ||
|
||
c: | ||
|
||
cd "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\CommonExtensions\Microsoft\SSIS\160\Binn" | ||
copy /Y /B "Microsoft.DataTransformationServices.Controls.dll" "%dest%" | ||
copy /Y /B "Microsoft.SQLServer.DTSPipelineWrap.dll" "%dest%" | ||
copy /Y /B "Microsoft.SqlServer.DTSRuntimeWrap.dll" "%dest%" | ||
copy /Y /B "Microsoft.SqlServer.ExecPackageTaskWrap.dll" "%dest%" | ||
copy /Y /B "Microsoft.SqlServer.ManagedDTS.dll" "%dest%" | ||
|
||
cd "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\CommonExtensions\Microsoft\SSIS\160\BIShared" | ||
copy /Y /B "Microsoft.DataWarehouse.dll" "%dest%" | ||
copy /Y /B "Microsoft.AnalysisServices.Project.dll" "%dest%" | ||
copy /Y /B "Microsoft.DataWarehouse.VsIntegration.dll" "%dest%" | ||
copy /Y /B "Microsoft.AnalysisServices.Controls.dll" "%dest%" | ||
copy /Y /B "Microsoft.AnalysisServices.Design.dll" "%dest%" | ||
copy /Y /B "Microsoft.DataWarehouse.Interfaces.dll" "%dest%" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters