Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
akpaga
Constraint Violating Yak Guru
331 Posts |
Posted - 2015-01-27 : 12:15:48
|
Hi Friends,I have a table CustomerImages where there are Images stored in field call Cust_Image. The data type is Image.I want to export any image in that table to a directory(folder) by tagging the CustID to the exported Images as the file name. Is there a way to do this through Sql Server ..Thank You |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2015-01-27 : 12:52:46
|
This can't be done just with T-SQL. You'll need to write an application to do it.Tara KizerSQL Server MVP since 2007http://weblogs.sqlteam.com/tarad/ |
|
|
viggneshwar
Yak Posting Veteran
86 Posts |
|
|
|
|