jbonfardeci / import-bacpac-powershell

Imports a SQL Server .bacpac export file to an EXISTING database schema. Normally, it's only possible to import a .bacpac into a new empty database.
MIT License
3 stars 2 forks source link

The script does not find BCP files when running on Linux #3

Closed 24mu13 closed 1 year ago

24mu13 commented 1 year ago

The files are extracted without taking in consideration the path delimiter ('/' in Linux other than '\')..

jbonfardeci commented 1 year ago

Thank you for reporting that. I wrote the program before PS was available on Linux and didn't consider it. I'll add a patch for it.

24mu13 commented 1 year ago

Please note, as part of this issue, we could also mention on README.md mssql-tools18 as required package.

jbonfardeci commented 1 year ago

My time is limited. Would you like to be a contributor?

On Fri, Dec 1, 2023 at 3:24 AM Samuel @.***> wrote:

Please note, as part of this issue, we could also mention on README.md mssql-tools18 https://learn.microsoft.com/en-us/sql/linux/sql-server-linux-setup-tools?view=sql-server-ver16&tabs=redhat-install as required package.

— Reply to this email directly, view it on GitHub https://github.com/jbonfardeci/import-bacpac-powershell/issues/3#issuecomment-1835752761, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABVFQ4HYUDDVZJJVNNBA4Y3YHGO3NAVCNFSM6AAAAABABO4632VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZVG42TENZWGE . You are receiving this because you commented.Message ID: @.***>

jbonfardeci commented 1 year ago

Please note, as part of this issue, we could also mention on README.md mssql-tools18 as required package.

Good point. I did include this in the readme "... data inserted into the target table via the BCP utility included with SSMS and SQL Server installations."

24mu13 commented 1 year ago

My time is limited. Would you like to be a contributor?

My pleasure