| Thread | Last Post | Replies |
|
| Date Transformation from YYYYMMDD - yet another question | 12 Jan 2005 17:49 GMT | 4 |
I'm using the following script to transform my source (a fixed field text file) from yyyyMMdd to a normal datetime field in my destination table. Function Main()
|
| Adding ON FAILURE Sub-Packages | 12 Jan 2005 13:24 GMT | 1 |
My later addition of ON FAILURE sub-packages are not being executed and yet there is failure. Illustration: Suppose package
|
| DTS Import Package | 12 Jan 2005 06:41 GMT | 2 |
Hello, all. I'm new to DTS and am currently working on a project to import two CSV files into the same table. Basically, the challenge that I'm having is that each record of the file
|
| Can DTS receive emails? | 12 Jan 2005 06:37 GMT | 4 |
Scenario: client wishes to create a utility email account at his company (utility@blah.com) and have flatfiles (typically sent as zip email attachments) emailed directly to it. He wishes to have some form of automation set up to where the flatfile is received by the utility email,
|
| SQL DTS Traverse subfolders, copy files, run package to import. | 12 Jan 2005 06:36 GMT | 1 |
I hope someone might be able to point me in the right direction on this one. I am new to this so....... here goes. I have a DTS ActiveX script that I would like to traverse through a series of subfolders and copy selected files, rename them and drop them
|
| Schedule a dts package | 12 Jan 2005 00:11 GMT | 1 |
I created a dts package successfully to transfer a number of Visual FPro tables to SQL. When I attempted to schedule this task, the job failed and the task's history showed the following message: "Unable to determine if the owner of job has server access. Could not obtain ...
|
| DTS & FTP task | 11 Jan 2005 21:02 GMT | 6 |
SQL Server2000 SP3 I have been trying to create a DTS that uses an FTP task The DTS executes fine from the DTS designer window However, when I try and run the DTS from ASP....
|
| Error moving from SQL to Access via DTS | 11 Jan 2005 17:05 GMT | 7 |
I have a VB program that moves data down from a SQL Server to an Access database. Each time the DTS runs the WHER Statements may change on the selects where it is pulling data for different customers. The entire package will excute without hitch sometimes and fail at other
|
| error on DTS scheduling | 11 Jan 2005 16:58 GMT | 4 |
I am pretty new to SQL server. I have setup a DTS package that would delete and then copy data from SQL server to DB2 on mainframe. I installed the Host Intergration Server 2000 client to get OLEDB for Db2. The DTS is working fine, when I run it myself from the server.
|
| adding ON FAILURE sub_packages to Packages | 11 Jan 2005 14:42 GMT | 2 |
My later addition of ON FAILURE sub-packages are not being executed and yet there is failure. Illustration: Suppose package
|
| Best practise for distributed transactions and oracle procedures. | 11 Jan 2005 09:39 GMT | 1 |
I would appreciate it if I could get some opinions on my proposed solution. On a nightly basis I have to execute a batch job that would does the following 1) Execute a Stored Procedure to return a recordset of IDs from a SQL2K DB
|
| 2 Servers - 1 Database: Sync Best Practices | 10 Jan 2005 19:44 GMT | 3 |
Just a quick couple of questions regarding the best practice(s) for maintaining a database on two servers: The situation: I have a database on my server which I am constantly working on (modifying structure and content) and I have also placed a copy of the
|
| mystery query works too well? | 10 Jan 2005 18:56 GMT | 3 |
Hey all, strange problem here... query #1 displays 357 records correctly and all is well. However, when placed within query #2, it updates every single record in the lta table, what's going on here? any thoughts?
|
| Specifying Connection info Via Dynamic Properties Task | 10 Jan 2005 13:53 GMT | 1 |
Suppose, if I have to connect to various Servers dynamically, I will have to use a Dynamic Properties Task. Let us say I first create a Connection, named "SourceSrv" using the "Microsoft OLE DB Provider for SQLServer".
|
| SOS!!!can not insert the field of smalldatetime with NULL | 10 Jan 2005 13:17 GMT | 1 |
I am using DTS to transform data from foxpro.when it meets the date of NULL,it fails and says"Insert Error , column 4( 'Coloumn_name ',DBTYPE_DBTIMESTAMP), Status 6 :Data overflow ". And then i try to open the DTS Transform Data task and do a preview of the data from the ...
|