Viewing 15 posts - 10,711 through 10,725 (of 13,879 total)
Does the Excel file already exist? I think it needs to. Stick with CSV if you can and save yourself a few headaches 🙂
June 7, 2012 at 10:27 am
opc.three (6/5/2012)
June 5, 2012 at 2:10 pm
Please answer my other questions and justify the use of SSIS.
June 5, 2012 at 11:09 am
Nidhi G (6/5/2012)
I need to create a package in SSIS 2008 for the following task:
I have a database name OMB. In that database i have different schemas like bau,ssi,stg etc..
I...
June 5, 2012 at 11:03 am
May I ask why you are not using a fixed-width flat file source connection in SSIS - that will do all of the splitting for you?
To answer your question...
June 5, 2012 at 7:11 am
Presumably you keep the files? If so, you can check for yourself, surely?
Or are you saying that the files themselves are fine and that the errors are occuring elsewhere in...
June 5, 2012 at 6:31 am
hamsa_apj (6/5/2012)
Its is fixed length file and am splitting the data using subString(), to map the data from .dat file to database table columns. Since position of...
June 5, 2012 at 5:06 am
krypto69 (6/1/2012)
Hmm...
So I'm not sure how to proceed now.
What I really need is everything grouped by year first, then company code, then branch code. But retaining...
June 1, 2012 at 1:02 pm
krypto69 (6/1/2012)
Cold coffee -I didn't think they were required to answer a fairly straight forward question about grouping.
If you guys need more info. let me know.
It's not totally...
June 1, 2012 at 11:39 am
Or maybe this:
SELECT
CmpCompanyCode,
cmpCompanyName,
E.eecCoID,
E.EecEEID, --unique number stays with person, if listed more then once
E.EecOrgLvl2,
E.eecDateOfLastHire,
E.eecDateOfTermination,
E.eecEmplStatus,
E.eecEmpNo,
E.eecLocation,
E.eecFullTimeorPartTime,
E.eecJobCode,
eepNameLast,
eepNameSuffix,
eepNameFirst,
EepNameMiddle
FROM EmpPers JOIN EmpComp E...
June 1, 2012 at 9:41 am
I think your problem may be that you are trying to run a batch file on a remote computer - and that just doesn't work, as the batch file always...
May 30, 2012 at 4:20 am
Apart from the fact that
MsgBox(DateString).ToString()
looks weird (use MsgBox(DateString) instead), I can't see a problem. But if you post the full text of the error message (just copy & paste), it...
May 29, 2012 at 9:10 am
Consider using a file watcher task with a timeout of 1 hour.
You can configure the task such that a timeout results in a warning or an error.
May 29, 2012 at 4:00 am
Use the File System Task & take the copy option.
May 29, 2012 at 3:39 am
Viewing 15 posts - 10,711 through 10,725 (of 13,879 total)