I need to split an existing table in to two or more tables on Sql Server 2005. The table already has more than a thousand of rows.
For eg current table has cols A, B, C, D, E plus an id column. An I need to add A, B, C rows to another table in another database and add D, E to another table in another database.
I know that it is weird. But I really have to do this.
What is the best approach?