Senario
Move >10k records from MS SQL Database A to B (Different Table Design)
1  | spool "C:\temp\data.csv"  | 
The records will be written into csv for furthur processing
- Suitable for temp solution or inital load
 - Data exported with “” , which I haven’t found a way to get rid of; I am using Java to strip off the “” before the next processing steps