you can save any object data into image data field in sql server
this field can have:
Variable-length binary data from 0 through 2^31-1 (2,147,483,647) bytes
Main Topics
Browse All TopicsHow to import .RPT FILE into my sql server 2005 table
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
OK
I haven't any more idea about inserting this files inside sql server.
Write an application , convert this files to binary and save them inside sql server, this is my solution
Remember you need the application for reconverting saved binary data from sql server to rpt files again when you want to read those data.
but another scenario can be done:
why you want to save .rpt files there?
you can save files in a directory
and save path and file names inside sql server
Actually i had to move a bunch of data into a another table, but i had some issues copyign it, so i thought of selecting itno a flat file which unfortunately turned into .rpt file and then i was unable to do a direct load with SSIS. I thought there was a easy way, but for now i got this problem resolved. Thanks for this information, got to learn new thing :)
Business Accounts
Answer for Membership
by: parpaaPosted on 2009-11-03 at 07:17:05ID: 25729722
BTW i have this RPT file created from the Result toa file in sql server management studio.