Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to a Query to copy data from on table to another table.

Answer Posted / mohamed ibrahim

To Copy the data from one table to another table
for ex . i have the table named as TempMaster that having
the fields ID ,Name .The having the following record
ID Name
1 Raja
2 Mohamed

I want the same record copy to TempMasterArcheived table

to copy this using the following code:
INSERT INTO TempMasterArcheived
EXECUTE
('SELECT * FROM TempMaster ')

ID Name
1 Raja
2 Mohamed

after the output of TempMasterArcheived is as follows

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you understand by a view? What does the with check option clause for a view do?

1061


Which are new data types introduced in sql server 2008?

1106


What is subquery in sql?

1130


What do you mean by recursive stored procedure?

993


What is the difference between mysql and mysqli?

1288


How much does sql server 2016 cost?

1160


how we use window authentication connection with sql server.?

1214


what are the different types of SSRS reports?

160


what is bit datatype and what's the information that can be stored inside a bit column? : Sql server database administration

1045


What is the security principal at the database level that represents your session?

994


How many non clustered indexes there can be on table ?

962


What is a Join and explain its types?

1153


Define left outer join?

1028


What are xml indexes?

1005


Can we write ddl in trigger?

972