How to a Query to copy data from on table to another table.
Answer Posted / gali kondareddy
INSERT INTO TABLE_2 SELECT * FROM TABLE_1
OR
INSERT INTO TABLE_2 SELECT * FROM TABLE_1 WHERE 1=1
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why the trigger fires multiple times in single login?
how to create a scrollable cursor with the scroll option? : Sql server database administration
Define constraints and give an example of their use?
What is Sqlpaging in SqlServer 2005 ?
What do you understand by mirroring and mention the advantages of the mirroring?
What is table value parameters (tvp)?
How to concatenate two character strings together?
What is it unwise to create wide clustered index keys?
Explain cdc and sql injection?
Explain trigger and trigger types?
Can you please explain the difference between primary keys and foreign keys?
How many instances per computer are there in sql server 2000?
What are system databases in ms sql server?
What is filter index?
How to handle error or exception in sql?