I have a table in ms sql 2008 and I want to take 2 columns(the pk and another column) and put it into a new table.
How can I extract all the data in these columns already and put them in the new database?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want to create a new table then you can try
E.G:
If you have already created the table then try
INSERT .... INTO .... SELECT .... FROM