sir
i have two tables. one is dbo.details.image and dbo.record.image.In both these tables i have binary data of image.now i want to copy the binary data of image from image table of
[details database] into the image table of record database.
how can i copy the binary data of image from one database to another database in sql server.
please tell me the simplest and easy way with details.