Using SQL Server 2008 R2. I am a relative SQL noob :)
I need to regularly (say, twice daily) copy a single table (including data) from one database into another on the same server. There are other tables that differ between the two databases.
I can see the 'Script Table As' wizard will recreate the table layout, but can it also copy the data?
If not, what would you recommend I look at?