I want to do the following:
INSERT INTO TableA
Select * from TableB
Order by TableB.FieldA

How do I do this??!!