I have a central database with million images and I need to copy these images into a table in another db on the same server, so can someone help me in designing a strategy for doing it efficiently. FYI there is no logic in this migration it is straight copy from one db to another.
Which is faster Bluk copy, straight Insert into or is there any other strategy of doing it .
thanks
Shashi