| Thread | Last Post | Replies |
|
| Age Calculation | 01 Apr 2005 00:05 GMT | 6 |
I'm trying to create an update query that updates a field to the persons current age using DateDiff. If the person's anniversary has occured this year, I need to subtract 1 from the DateDiff result to be accurate. The query logic below works perfectly in a Select statement, but I ...
|
| Help with Select Case! | 31 Mar 2005 22:21 GMT | 3 |
I'm writting some VBscript ActiveX code inside a DTS Package, and i'm getting a parse error. (This script runs fine in Access). I believe it has something to do with the "TO" porttion of the case statement ( case 1 to 30).
|
| Dynamic transform: Source DB change gives problem. | 31 Mar 2005 20:03 GMT | 2 |
I have a package that imports data from 3 different Access DB's into MS SQL. I am using loop mechanism expalined here : http://www.sqldts.com/default.aspx?298 I modified that sample to do double loop: outter loop itirates through
|
| C# and DTS | 31 Mar 2005 19:11 GMT | 1 |
I am new to DTS... can anyone send me some good link or e-books which are freely available over Net for C# and DTS Programming Thaks Silent Ocean
|
| how to execute DTS as a script | 31 Mar 2005 19:10 GMT | 2 |
Ho can I create a DTS, and run it as a script ? I mean... like cscript or wscript. I need to generate a DTS script for the testing environment, and then run it in the production environment. So I need to configure the script with the
|
| ActiveX code to handle 'null' dates | 31 Mar 2005 19:06 GMT | 1 |
I am re-writing an old BCP job using DTS. The job imports a fixed length text file which includes date fields in the format yyyymmdd. Sometimes there will be no valid date on a record and this is held as '00000000' in the text file. This should be moved into the database as a ...
|
| DTS package missing values | 31 Mar 2005 18:51 GMT | 4 |
I am trying to import some data from excel to SQL server table. In excel file there is a column which is mostly empty [around 99 % rows] so when I am importing the file. the DTS package is putting null in all rows even if there is a value in that row for that column. is there any ...
|
| DTS hangs | 31 Mar 2005 16:22 GMT | 2 |
I have created a VB program to perform DTS tasks for data transfer from ACCESS database to SQL Server. The DTS are created by saving the actual DTS packages as VB file and used those bas files in VP app to run the DTS programmatically.
|
| ActiveX query - continue or stop process | 31 Mar 2005 13:53 GMT | 2 |
In the below ActiveX script (taken initially from BOL) I compare file dates & only want to continue the DTS if if the file date is newer. However, if the file date is NOT newer the Step is "failing", whereas I just want to STOP
|
| Beta newsgroup for Sql Server 2005 DTS? | 31 Mar 2005 08:47 GMT | 1 |
Does anyone know if there is a beta newsgroup for Sql Server 2005 DTS? Thanks!
|
| SSIS 2005 - lading multiple XML files | 30 Mar 2005 22:39 GMT | 5 |
Is there a way, other than scripting a loop to utilize the Bulk utility, to Load all the XML files in a particular directory into a XML data type column in a 2005 table?
|
| SQL Server 7 box in a workgroup DTS'ing data to a server in a doma | 30 Mar 2005 22:22 GMT | 1 |
Is it possible to setup DTS in SQL Server 7 in such a way to make a copy of a local database that is sent to a file share in a domain for archival purposes? Because the server doesn't meet certain company security requirements, the requirement is that it be moved into a workgroup ...
|
| Removing a precedence constraint | 30 Mar 2005 19:57 GMT | 1 |
I currently have a package that has 10 paths running in parallel. If any steps on any of the paths fail, then I want to send out an email. I would prefer to use a single email task. The task would loop through all of the steps and see if any failed. If anything failed it would
|
| To show date and time for field type of datetime during export to | 30 Mar 2005 16:07 GMT | 2 |
Currently when I perform a export to excel, those fields with datetime will only show date. I understand that I can open that excel file and change to the correct format. But I would like to have it set automatically after the export is done.
|
| call stored procedure from ASP page | 30 Mar 2005 13:37 GMT | 1 |
HI,i am trying to call stored procedure from ASP page, below is my coding. But i dun know why i fail to call the stored procedure.Can anyone tell me what's wrong with this coding? THanks
|