Using version 22.3.0 of the SqlServer module. I'm trying to restore from URL using the command: Restore-SqlDatabase -ServerInstance localhost -Database MyDB ...
LOAD DATABASE FROM mssql://user:[email protected]/Configuration INTO postgresql://user:[email protected] ...