dbTalk Databases Forums  

Exporting to .csv file using DTS Designer

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


Discuss Exporting to .csv file using DTS Designer in the microsoft.public.sqlserver.dts forum.



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

Default Exporting to .csv file using DTS Designer - 09-24-2004 , 03:57 AM






Hi,

I'm currently trying to get a DTS to export the results of a SQL query to a
..csv file.

It used to be really easy to do in SQL7 - set up a connection, set up the
destination file, set up the transform data task, set the source to a SQl
query and when you clicked on destination, you could choose to define
columns... done

When I try this in SQL2000, it's all the same until I click on destination -
there is a create table button button which when clicked shows the SQL for
creating a table, but when I click on it - I get the error message "No Such
Interface Supported". Has anyone experienced this before, and if so do you
know a way around it.

If I use the DTS export wizard - it works fine - but in this case I can't as
there are multiple steps that require csvs to be produced. I've searched for
quite some time to try and find out why this is and would appreciate any help
anyone could offer.

Cheers

Paul

Microsoft SQL Server 2000 - 8.00.760 (Intel X86) Dec 17 2002 14:22:05
Copyright (c) 1988-2003 Microsoft Corporation Standard Edition on Windows NT
5.0 (Build 2195: Service Pack 4)



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

Default Exporting to .csv file using DTS Designer - 09-24-2004 , 04:19 AM






Because this works in the Wizard then I do not suspect
anything wrong with DTS per se.

Are you sure you have specified a Destination flat file as
the destination and not a Source flat file ?



Quote:
-----Original Message-----
Hi,

I'm currently trying to get a DTS to export the results
of a SQL query to a
..csv file.

It used to be really easy to do in SQL7 - set up a
connection, set up the
destination file, set up the transform data task, set the
source to a SQl
query and when you clicked on destination, you could
choose to define
columns... done

When I try this in SQL2000, it's all the same until I
click on destination -
there is a create table button button which when clicked
shows the SQL for
creating a table, but when I click on it - I get the
error message "No Such
Interface Supported". Has anyone experienced this before,
and if so do you
know a way around it.

If I use the DTS export wizard - it works fine - but in
this case I can't as
there are multiple steps that require csvs to be
produced. I've searched for
quite some time to try and find out why this is and would
appreciate any help
anyone could offer.

Cheers

Paul

Microsoft SQL Server 2000 - 8.00.760 (Intel X86) Dec 17
2002 14:22:05
Copyright (c) 1988-2003 Microsoft Corporation Standard
Edition on Windows NT
5.0 (Build 2195: Service Pack 4)


.


Reply With Quote
  #3  
Old   
Paulo
 
Posts: n/a

Default RE: Exporting to .csv file using DTS Designer - 09-24-2004 , 04:41 AM



Cheers for your quick reply...

I'm certain its the destination flat file I've specified as the destination
- I'm practicing on a dummy package with the same results - just a
connection, a destination file and a transform data task. I'm fairly sure
it's something to do with the error message "No such interface supported" but
as to what, I'm unsure - are you able to do it using SQL2000 then? Could it
be something to do with the setup of the server <clutching at straws> ;-)

Thanks again

"Allan Mitchell" wrote:

Quote:
Because this works in the Wizard then I do not suspect
anything wrong with DTS per se.

Are you sure you have specified a Destination flat file as
the destination and not a Source flat file ?



-----Original Message-----
Hi,

I'm currently trying to get a DTS to export the results
of a SQL query to a
..csv file.

It used to be really easy to do in SQL7 - set up a
connection, set up the
destination file, set up the transform data task, set the
source to a SQl
query and when you clicked on destination, you could
choose to define
columns... done

When I try this in SQL2000, it's all the same until I
click on destination -
there is a create table button button which when clicked
shows the SQL for
creating a table, but when I click on it - I get the
error message "No Such
Interface Supported". Has anyone experienced this before,
and if so do you
know a way around it.

If I use the DTS export wizard - it works fine - but in
this case I can't as
there are multiple steps that require csvs to be
produced. I've searched for
quite some time to try and find out why this is and would
appreciate any help
anyone could offer.

Cheers

Paul

Microsoft SQL Server 2000 - 8.00.760 (Intel X86) Dec 17
2002 14:22:05
Copyright (c) 1988-2003 Microsoft Corporation Standard
Edition on Windows NT
5.0 (Build 2195: Service Pack 4)


.



Reply With Quote
  #4  
Old   
Paulo
 
Posts: n/a

Default RE: Exporting to .csv file using DTS Designer - 09-24-2004 , 04:45 AM



Cheers for your quick reply

I am certain that I have specified the file as a destination file and not a
source file - I have set up a dummy package to pratice on with just a
connection, a destination file and a transform data task. I think it has
something to do with the error message No such interface supported, but as to
what, I am unsure. Are you able to do this procedure? Could it be something
to do with the server setup? <clutching at straws> ;-)

Thanks again...

"Allan Mitchell" wrote:

Quote:
Because this works in the Wizard then I do not suspect
anything wrong with DTS per se.

Are you sure you have specified a Destination flat file as
the destination and not a Source flat file ?



-----Original Message-----
Hi,

I'm currently trying to get a DTS to export the results
of a SQL query to a
..csv file.

It used to be really easy to do in SQL7 - set up a
connection, set up the
destination file, set up the transform data task, set the
source to a SQl
query and when you clicked on destination, you could
choose to define
columns... done

When I try this in SQL2000, it's all the same until I
click on destination -
there is a create table button button which when clicked
shows the SQL for
creating a table, but when I click on it - I get the
error message "No Such
Interface Supported". Has anyone experienced this before,
and if so do you
know a way around it.

If I use the DTS export wizard - it works fine - but in
this case I can't as
there are multiple steps that require csvs to be
produced. I've searched for
quite some time to try and find out why this is and would
appreciate any help
anyone could offer.

Cheers

Paul

Microsoft SQL Server 2000 - 8.00.760 (Intel X86) Dec 17
2002 14:22:05
Copyright (c) 1988-2003 Microsoft Corporation Standard
Edition on Windows NT
5.0 (Build 2195: Service Pack 4)


.



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

Default RE: Exporting to .csv file using DTS Designer - 09-24-2004 , 08:03 AM



Have a look to reregister the following file

dtsffile.dll

If you are sure that you

"Paulo" wrote:

Quote:
Cheers for your quick reply

I am certain that I have specified the file as a destination file and not a
source file - I have set up a dummy package to pratice on with just a
connection, a destination file and a transform data task. I think it has
something to do with the error message No such interface supported, but as to
what, I am unsure. Are you able to do this procedure? Could it be something
to do with the server setup? <clutching at straws> ;-)

Thanks again...

"Allan Mitchell" wrote:

Because this works in the Wizard then I do not suspect
anything wrong with DTS per se.

Are you sure you have specified a Destination flat file as
the destination and not a Source flat file ?



-----Original Message-----
Hi,

I'm currently trying to get a DTS to export the results
of a SQL query to a
..csv file.

It used to be really easy to do in SQL7 - set up a
connection, set up the
destination file, set up the transform data task, set the
source to a SQl
query and when you clicked on destination, you could
choose to define
columns... done

When I try this in SQL2000, it's all the same until I
click on destination -
there is a create table button button which when clicked
shows the SQL for
creating a table, but when I click on it - I get the
error message "No Such
Interface Supported". Has anyone experienced this before,
and if so do you
know a way around it.

If I use the DTS export wizard - it works fine - but in
this case I can't as
there are multiple steps that require csvs to be
produced. I've searched for
quite some time to try and find out why this is and would
appreciate any help
anyone could offer.

Cheers

Paul

Microsoft SQL Server 2000 - 8.00.760 (Intel X86) Dec 17
2002 14:22:05
Copyright (c) 1988-2003 Microsoft Corporation Standard
Edition on Windows NT
5.0 (Build 2195: Service Pack 4)


.



Reply With Quote
  #6  
Old   
Paulo
 
Posts: n/a

Default RE: Exporting to .csv file using DTS Designer - 09-24-2004 , 09:17 AM



sorted - works in teh same way I remember SQL 7 doing it now

what's all that about then?!

Thanks for your help!!

"Allan Mitchell" wrote:

Quote:
Have a look to reregister the following file

dtsffile.dll

If you are sure that you

"Paulo" wrote:

Cheers for your quick reply

I am certain that I have specified the file as a destination file and not a
source file - I have set up a dummy package to pratice on with just a
connection, a destination file and a transform data task. I think it has
something to do with the error message No such interface supported, but as to
what, I am unsure. Are you able to do this procedure? Could it be something
to do with the server setup? <clutching at straws> ;-)

Thanks again...

"Allan Mitchell" wrote:

Because this works in the Wizard then I do not suspect
anything wrong with DTS per se.

Are you sure you have specified a Destination flat file as
the destination and not a Source flat file ?



-----Original Message-----
Hi,

I'm currently trying to get a DTS to export the results
of a SQL query to a
..csv file.

It used to be really easy to do in SQL7 - set up a
connection, set up the
destination file, set up the transform data task, set the
source to a SQl
query and when you clicked on destination, you could
choose to define
columns... done

When I try this in SQL2000, it's all the same until I
click on destination -
there is a create table button button which when clicked
shows the SQL for
creating a table, but when I click on it - I get the
error message "No Such
Interface Supported". Has anyone experienced this before,
and if so do you
know a way around it.

If I use the DTS export wizard - it works fine - but in
this case I can't as
there are multiple steps that require csvs to be
produced. I've searched for
quite some time to try and find out why this is and would
appreciate any help
anyone could offer.

Cheers

Paul

Microsoft SQL Server 2000 - 8.00.760 (Intel X86) Dec 17
2002 14:22:05
Copyright (c) 1988-2003 Microsoft Corporation Standard
Edition on Windows NT
5.0 (Build 2195: Service Pack 4)


.



Reply With Quote
  #7  
Old   
Peter A. Schott
 
Posts: n/a

Default Re: Exporting to .csv file using DTS Designer - 09-24-2004 , 11:11 AM



Apply the Post-SP3 hotfix. I noted that you're running .760 which should be
SP3. The post SP3 fix brings you up to version .818 and fixes some issues
with DTS. You can find it with a little searching or call MS to get the
latest and greatest (.919, I think)

Refer to MSKB article 830887

To just get the fix in .818, go here:

http://www.microsoft.com/downloads/d...displaylang=en

-pete

"Paulo" <Paulo (AT) discussions (DOT) microsoft.com> wrote:

Quote:
Hi,

I'm currently trying to get a DTS to export the results of a SQL query to a
.csv file.

It used to be really easy to do in SQL7 - set up a connection, set up the
destination file, set up the transform data task, set the source to a SQl
query and when you clicked on destination, you could choose to define
columns... done

When I try this in SQL2000, it's all the same until I click on destination -
there is a create table button button which when clicked shows the SQL for
creating a table, but when I click on it - I get the error message "No Such
Interface Supported". Has anyone experienced this before, and if so do you
know a way around it.

If I use the DTS export wizard - it works fine - but in this case I can't as
there are multiple steps that require csvs to be produced. I've searched for
quite some time to try and find out why this is and would appreciate any help
anyone could offer.

Cheers

Paul

Microsoft SQL Server 2000 - 8.00.760 (Intel X86) Dec 17 2002 14:22:05
Copyright (c) 1988-2003 Microsoft Corporation Standard Edition on Windows NT
5.0 (Build 2195: Service Pack 4)



Reply With Quote
  #8  
Old   
Thomas
 
Posts: n/a

Default RE: Exporting to .csv file using DTS Designer - 04-01-2007 , 02:48 PM



Try www.sqlscripter.com to export data to text/csv.
It's free.


"Paulo" wrote:

Quote:
Hi,

I'm currently trying to get a DTS to export the results of a SQL query to a
.csv file.

It used to be really easy to do in SQL7 - set up a connection, set up the
destination file, set up the transform data task, set the source to a SQl
query and when you clicked on destination, you could choose to define
columns... done

When I try this in SQL2000, it's all the same until I click on destination -
there is a create table button button which when clicked shows the SQL for
creating a table, but when I click on it - I get the error message "No Such
Interface Supported". Has anyone experienced this before, and if so do you
know a way around it.

If I use the DTS export wizard - it works fine - but in this case I can't as
there are multiple steps that require csvs to be produced. I've searched for
quite some time to try and find out why this is and would appreciate any help
anyone could offer.

Cheers

Paul

Microsoft SQL Server 2000 - 8.00.760 (Intel X86) Dec 17 2002 14:22:05
Copyright (c) 1988-2003 Microsoft Corporation Standard Edition on Windows NT
5.0 (Build 2195: Service Pack 4)



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.