![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
-----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) . |
#3
| |||
| |||
|
|
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) . |
#4
| |||
| |||
|
|
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) . |
#5
| |||
| |||
|
|
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) . |
#6
| |||
| |||
|
|
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) . |
#7
| |||
| |||
|
|
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) |
#8
| |||
| |||
|
|
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) |
![]() |
| Thread Tools | |
| Display Modes | |
| |