Transferring table data from an ODBC database to a SQL Express database
I am a SQL newbie. I have two connected databases that I work with in Visual Web Developer Express or Visual Basic Express. One is an ODBC master database that contains much table data and the other is my new destination sql express database. Where I was once very comfortable using the query grid in Access to accomplish almost anything with tables, it seems like now it is much more difficult. Can someone offer me some simplified advice on how to easily transfer the table data in the ODBC database tables to the sql express database. I have read sections on BCP and Bulk Insert but so far I have not figured out how to make it work. Any help or direction would be greatly appreciated.

