I've seen lots of post about large tables that contain millions of rows but my table only contains 700 rows however there are hi-res images in a varbinary(max) column and the table itself is 2GB. When I use SQLMW it just errors after about 4 hours. I've tried a small batch (about 50GB) and that works. I then tried 1GB and it failed.
What I'd like to know is there a limit or a better way to split the transfer up so it commits each row (instead of one large transaction)? It could take me days to do this otherwise experimenting (which I don't have),
Thanks
Kelly