I need to export data dynamically without using any tool from SQL server to postgre
Dynamically, which would mean that you would have a set of instructions which run according to some parameters.
How do you intend to do it even if it was to happen once (manually).
Maybe write up a little script to select your records and export it as a csv and then import it into postgre.
Comment