Hello,

Is it possible to select a specific row in one table and post it into another table in a different database?

Thanks,

Waffles

You can SELECT a row from one table and INSERT to another table/database if it resides on the same server using INSERT INTO ... SELECT.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.