that's exactly what i'm looking for but my results after clicking Edit Mappings, under Destination, the only choices I'm given are the source field's name or <ignore>, there is no listing of the destination table's field names to choose from.
Also, if I click the Edit SQL button above, the statement starts with "CREATE TABLE", which I think is odd if I've chosen to "Copy data from one or more tables" but the limited choice of field names would actually make sense if I was creating a table.
After clicking Next, the following appears:
Click Finish to perform the following actions:
Copy rows from `category` to [C:\WEBSITES\SMLBZQSK\APP_DATA\SMALLCOMPANYDB.MDF].[dbo].[category]
The new target table will be created.
The package will not be saved.
The package will be run immediately.
After clicking Finish, it attemps to perform the operation but stops on Prepare for Execute and errors out on Executing with the following:
Error 0xc002f210: Preparation SQL Task: Executing the query "CREATE TABLE [C:\WEBSITES\SMLBZQSK\APP_DATA\SMALLCOMPANYDB.MDF].[dbo].[category] (
[name] nvarchar(50),
[parent] int
)
" failed with the following error: "There is already an object named 'category' in the database.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
If you can shed any light on this, or if I can provide any other info that might help, please let me know.
Thanks again.