Viewing 15 posts - 16 through 30 (of 49 total)
Yes. That worked. Now my questions are
1) Seems like it has problem with the Key word FROM. As soon as I put in FROM, it fails. This will create...
October 20, 2009 at 4:19 pm
In the derived column? I am getting syntax error.
August 11, 2009 at 10:09 am
But I need the leading zero.
07302 becomes 7302 in csv file But I need 07302 in csv file. Am I...
August 11, 2009 at 9:55 am
For e.g, this is the example of zip code 07302. When going to csv, it becomes 7302.
Zip code is standard 5 digit. Leading zero must present to make the...
August 11, 2009 at 9:47 am
Ok...Connection is made...Mapping done between SSIS and AS400...package runs sucessfully..In the debug mode, it shows there were about 17 records inserted...But I am getting a warning
"[OLE DB Destination [16]]...
May 15, 2009 at 2:02 pm
Thanks. I have implemented the solution as you described.
Thanks again!
May 12, 2009 at 3:36 pm
Yes That is correct. Trigger file doesn't contain data. It is just an indication that datawarehoue load is complete. This file will be there next day no mater what.
May 9, 2009 at 5:14 pm
No, they don't remove the tirgger file. Its get overwritten every night after the datawarehouse completes.
May 8, 2009 at 3:35 pm
Good suggestion but trigger file exists in the server that is maintained by our parent company so I am not allowed to touch this file.
BTW, this job needs to run...
May 8, 2009 at 3:06 pm
The file we are taking about here is just the trigger file. This file will not be moved or renamed or deleted. Basically this file will tell me datawarehouse load...
May 8, 2009 at 2:24 pm
But I wanted to run this job only once if file exists. If I schedule it hourly, then the job will run every hour (as long as file is there).
May 8, 2009 at 1:44 pm
Great!! Thanks for your replies guys...Now I have better understanding of what I need to do.
Lets say I want to keep 2 weeks of full backup only. Do you...
May 6, 2009 at 10:40 am
Now what is wrong with the following syntax? RowID is declared as Integer...I am getting Row using Row_Number function.
Its giving me Incorrect Syntax near ''
WHILE @@FETCH_STATUS >= 0
BEGIN
SET @CMD =...
April 28, 2009 at 10:18 am
Viewing 15 posts - 16 through 30 (of 49 total)