• 1- You have to code one insert statement for each row you want to add to the target table.

    2- You cannot insert '11.25/hr' into a currency data type - currency is basically a number datatype.

    I wouldn't define any column as varchar(max), in this particular case max size for each one of them is easily inferable.

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.