| Thread | Last Post | Replies |
|
| Export a table to file txt by DTS | 26 May 2005 11:31 GMT | 5 |
When I set the destination column, SQL craches. Anybody can help me?
|
| create text file | 26 May 2005 11:03 GMT | 5 |
I have to create a report text file but in special format base on information from a tables data. The text file I need to create it in a particular folder with this format: Report Date 5/24/2005
|
| Change the File Name property of a Text File Connection from Activ | 25 May 2005 23:37 GMT | 3 |
I have a requirement to populate a table from a file whose name changes every time it is run. I can determine the file name using an ActiveX VBScript and would like to then point the Text File Connection to it. How would I do this? Or is this the best way to do this?
|
| WHERE trouble (I think) | 25 May 2005 23:18 GMT | 6 |
I have some code that I am using to import a flat file into a bunch of related tables. I am trying to make it so that new records are added to the related tables of a new value appears. However, my code thinks that every value is new and unique and creates a new entry for it. ...
|
| 1 data field contains new line characters. How do I ignore on exp | 25 May 2005 21:12 GMT | 2 |
Please help: I am trying to create a piple delimited text file through a DTS export which consists of about 93 different fields. However, there is one data field that is populated from a list of options. The user is allowed to choose one,
|
| dynamic source columns | 25 May 2005 20:46 GMT | 20 |
Every time I importing a text file the columns name change. I can collect all the source columns in a string, when I call the pkg I pass this string as GV. In my Transformation I want to change change the name of the source columns.
|
| Link Server | 25 May 2005 20:10 GMT | 3 |
I have a link server I'm trying to connect to in a DTS package. I'm not sure what connection to use and how to set it up. Any suggestions??
|
| Global veriable Problem in DTS Data Transform Task | 25 May 2005 19:44 GMT | 3 |
I am having probelm with Global Variables in my DTS Package. Data Transform Task is defiend between 2 SQL Server. I have defined Global variable in my Package and trying to pass variable value to SQL Statement defined in Data Transform Task.
|
| Multiple Columns in Rowset? | 25 May 2005 19:42 GMT | 11 |
Ok, I am getting this project pinned down, just need some more help. My SQL Task uses a simple query, SELECT ExcelLink FROM Cardholder
|
| Exporting Data | 25 May 2005 17:11 GMT | 1 |
Can someone please tell me how/where is the log file when I am scheduling an Export from one database to another. I would like to see the details of the success or failure of that job. Thank you.
|
| DTS Package Ignoring CR LF At End of Each Row in Text File | 25 May 2005 16:01 GMT | 4 |
I'm using SQL Enterprise Manager 8.0 and importing a text file into a SQL table using a DTS package. The text file has rows with 542 characters in each row and a CR LF (0D 0A) at the end of each row in position 543. Using a Hex editor (Ultra-Edit) I was
|
| dynamic export | 25 May 2005 11:22 GMT | 1 |
As a beginner with DTS, I'd like to know if it's possible to export data from a sqlserver with a package, but without predefined tablecolumns to export. I want to build an export module from C# that exports columns the user has selected (thus at runtime).
|
| setting path for "text file (source)" | 25 May 2005 08:24 GMT | 1 |
I'm running EM on my local box and sql server on a remote interne accessed box. How do I specify a file path for a DTS package to access files on th remote box
|
| DTS Import Wizard trys to Insert NULL into Identity field | 25 May 2005 02:46 GMT | 2 |
I'm importing from Text (file) into a table that consists of 83 varchar fields, then an Identity field. The source file has no ID field, just CSV data ( max 83 fields ). In the Import Wizard as soon as I specify the field delimiter ( comma ) the display shows that all ...
|
| Import text File Error | 24 May 2005 23:30 GMT | 4 |
I am getting the following error: "Too many columns found in the current row; non-whitespace characters were found after the last defined column's data. " It seems a few people (going by google/newsgroup searches) have encountered
|