insert into otherdb..table select * from activedb..table
Server: Msg 213, Level 16, State 1, Line 1
Insert Error: Column name or number of supplied values does not match table definition.
I have been receiving this error msg..what's wrong with my code?