abbgrade / PsSqlClient

The PowerShell SQL Client module aims to replace to the SQL Server utilities SQLCMD and BCP
https://abbgrade.github.io/PsSqlClient/
MIT License
0 stars 1 forks source link

Support UNIQUEIDENTIFIER in Export-TSqlTable #18

Open abbgrade opened 2 years ago

abbgrade commented 2 years ago

If the target table has a column of type UNIQUEIDENTIFIER if fails because somewhere the input is casted from System.Guid to System.String