I'm trying to create a service to run dtsx packages in .net core 2.1
. In .net framework you could reference using Microsoft.SqlServer.Management.IntegrationServices
which would allow you to connect to Sql Server and run dtsx packages. Is there a way to reference that in .net core 2.1
?
Asked
Active
Viewed 812 times
2

Joseph Cho
- 4,033
- 4
- 26
- 33
-
Could you try to add sample and describe better in detail what you have tried so far? – rudolf_franek Sep 19 '18 at 14:57
-
Check out the answers here: https://stackoverflow.com/questions/38791987/how-to-run-ssis-package-in-asp-net-core-application – digital.aaron Sep 19 '18 at 20:57