all groups > sql server dts > december 2003 >
You're in the

sql server dts

group:

Export Blob Data


Export Blob Data Russ
12/31/2003 1:31:23 PM
sql server dts:
is it possible to export blob data from a database using the DTS.

Re: Export Blob Data Allan Mitchell
1/1/2004 10:41:01 AM
What about

Write File Transformation
(http://www.sqldts.com/default.aspx?294)

--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.allisonmitchell.com - Expert SQL Server Consultancy.
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


[quoted text, click to view]
export these using the dts and have then be saved as an external file. Is
this possible?

Re: Export Blob Data Russ
1/6/2004 1:31:11 PM
Re: Export Blob Data Allan Mitchell
1/6/2004 10:43:17 PM
You can use the TextCopy exe which is in your Binn directory

http://www.allisonmitchell.com/Articles/TextCopy.htm


You can also use the Stream Object in a piece of VBScript.





--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.allisonmitchell.com - Expert SQL Server Consultancy.
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


[quoted text, click to view]
the fly without forcing it to be a field in the source table?

AddThis Social Bookmark Button