Viewing 15 posts - 1 through 15 (of 16 total)
Well.... i found the problem..somewhat. I created indexes on the tables in SQL2005 and cut processing from 10+ minutes to 17 secs. However there where no indexes on the...
September 12, 2008 at 12:13 pm
Do you mean "reindex" ? then yes.
September 12, 2008 at 12:00 pm
Sorry... I didn't mean to actually post my previous message (which deleted) Just fustrated. I have been having nothing but problems trying to make basic tasks work in SSIS....
July 25, 2008 at 10:47 am
Thank you all again for your responses....
Jeff -The production table will have an estimated 30,000 rows to start and will grow over time as records are added. We will...
March 17, 2008 at 9:36 am
Thank for eveyones input... Sorry for the delayed response... I have been down and out with the flu for that past few days.
The data table are fairly straight forward...
March 17, 2008 at 8:29 am
Thanks Jack...
I now see that I can auto start in the "Scheduling" of a task when the SQL Server Agent Starts.
March 11, 2008 at 9:22 am
The solution was to assign the variable in the PostExcute as follows:
Public Overrides Sub PostExecute()
Me.Variables.ErrorFound = True
...
February 28, 2008 at 12:21 pm
Here was what I have found as a soluton to the problem I described above:
The first problem was I need to manually edit the XML Configuration file (MyConfig.dtsConfig)to include the...
February 27, 2008 at 6:57 am
Norman,
Thank you very much for your replies. This is exactly what I was looking to accomplish.
Thanks again for your efforts.
TeeKay
December 5, 2007 at 3:02 pm
Thanks Norman. I have built the SQL 2005 and tested the FileWatcher process and it all works. As I mentioned before, I want to load the data once a...
December 3, 2007 at 9:56 am
From what I have read, File Watcher is for SQL 2005 and NOT SQL 2000.
November 26, 2007 at 10:20 am
Lynn,
Thank you very much for you attention to my issue. The has helped me in more ways then one.
tj
July 3, 2007 at 12:34 pm
this should be better:
Sample data:
ID DATE SALES VENDOR ITEM
1 1/1/2005 12005 ca 31
2 2/2/2005 22005 ca 32
3 3/3/2005 32005 ca 33
4 4/4/2005 42005 ca 54
5 1/1/2006 12006 ca 43
6 2/2/2006 22006 ca 67
7 3/3/2006 32006 ca 895
8 4/4/2006 42006 ca 58
9 1/1/2007 12007 ca 45
10 2/2/2007 22007 ca 956
11 3/3/2007 32007 ca 345
12 4/4/2007 42007 ca 4
13 5/5/2005 52005 ca 4567
14 6/6/2005 62005 ri ADAS
15 7/7/2005 72005 ri 3add
16 8/8/2005 82005 ri 4asd
17 9/9/2005 92005 ri wer
18 10/10/2005 102005 ri 234
19 5/5/2006 52006 ri as44
20 6/6/2006 62006 ri 456
21 7/7/2006 72006 ri jhd6
22 8/8/2006 82006 ri 4564
23 9/9/2006 92006 ri fd32
24 10/10/2006 102006 ri 2345s
25 5/5/2007 52007 ri 45623
26 6/6/2007 62007 ri 89
27 7/7/2007 72007 ri 567
28 8/8/2007 82007 ri 678
29 9/9/2007 92007 ri xsdf
30 10/10/2007 102007 ri 5es
31 1/1/2005 12005 nc 223
32 2/2/2005 22005 nc 234
33 1/1/2006 12006 nc 422
34 2/2/2006 22006 nc 333
July 3, 2007 at 9:33 am
I will provide as much info as possible. This is sample I created for this request to test.
Table1
[id] [int] IDENTITY (1, 1) NOT NULL ,
[entered_date] [datetime] NULL ,
[sales] [int]...
July 3, 2007 at 9:12 am
The applicaiton will bascially mirror the ERP system, since an ODBC connection directly to ERP is no an option at this point.
So, as records are added/deleted/update in the ERP...
November 17, 2006 at 8:34 am
Viewing 15 posts - 1 through 15 (of 16 total)