dbTalk Databases Forums  

Exporting file-data from a table in SQL2000

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Exporting file-data from a table in SQL2000 in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Rolf Barbakken
 
Posts: n/a

Default Exporting file-data from a table in SQL2000 - 02-12-2006 , 09:46 AM






We have a database where one table contains the file-data for documents.

The table contains:
filename of datatype nvarchar(2000)
filedata of datatype image(16)

What I want to do is to export the files to regular files. So a file in
SQL2000 becomes a file in the filesystem with the name of "filename".

Is this possible? How?

--
_________________
Rolf @ Questus ans



Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Exporting file-data from a table in SQL2000 - 02-12-2006 , 09:52 AM






Hello Rolf,


Does this article help?

http://www.sqldts.com/default.aspx?294


Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

Quote:
We have a database where one table contains the file-data for
documents.

The table contains:
filename of datatype nvarchar(2000)
filedata of datatype image(16)
What I want to do is to export the files to regular files. So a file
in SQL2000 becomes a file in the filesystem with the name of
"filename".

Is this possible? How?




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.