I need to somehow copy data from one database to another. I guess best will be SqlBulkCopy.
Problem is that, my table Product have 5 more tables connected with ID of product.
So product is connected with Product_picture (pictureID, productID), for example...