Blog that contains articles about new technologies related or not with programming.
I will describe and solves some problems that I encounter in my career.
ASP .NET, AJAX, Javascript, C++, C# and SQL are some of the subjects that will appear.
19 July 2011
how to Insert data of one database table to another database table
INSERT INTO Database2..Table1 SELECT * FROM Database1..Table1
No comments:
Post a Comment