Hi,
I want to copy/append last two weeks data into another existing table with exactly same schema.
I cant to select * into becuase it just replaces all data and i think we need a new table for it because i can not use select * into for an existing table plus i want to keep my data in both tables i dont want a replace.
Can anyone please help, sorry for asking a vague question.
Thank you