Forum Replies Created

Viewing 15 posts - 91 through 105 (of 129 total)

  • RE: Performance issues when loading a text file.

    Kenneth Fisher (4/2/2008)


    I'm using the fast load as it happens. The slow part is the lookup.

    Thanks though

    Kenneth

    Load the whole lot and then do the insert/overwrite trick.

    This will...

    M.Sc.IT, M.B.A, MCTS BI 2008, MCITP BI 2008, MCTS SQL Dev, CSM, CDVDM

  • RE: Error running SSIS package

    MattF (3/31/2008)


    Hi,

    We get an error running a SSIS package which calls another package. Both packages execute Ok independently. Error: "The LoadFromSQLServer method has encountered OLE DB error code 0x80040E09 (The...

    M.Sc.IT, M.B.A, MCTS BI 2008, MCITP BI 2008, MCTS SQL Dev, CSM, CDVDM

  • RE: Exporting to file with current date

    Sanata Kumar Nayak (4/1/2008)


    Hello All,

    Can someone guide me how to achive this?

    Requirement is : To backup a table to a file named as filename_currentdate.txt .This is to be done...

    M.Sc.IT, M.B.A, MCTS BI 2008, MCITP BI 2008, MCTS SQL Dev, CSM, CDVDM

  • RE: Performance issues when loading a text file.

    Kenneth Fisher (4/1/2008)


    I'm trying to load a series of large text files using SSIS. The largest of them is around 30 million rows. The average will probably be...

    M.Sc.IT, M.B.A, MCTS BI 2008, MCITP BI 2008, MCTS SQL Dev, CSM, CDVDM

  • RE: Looking for COMPLETE guide/manual on basic SSIS Package Creation

    You are right. It is confusing and they assume that you spend weeks and weeks on digging forums, asking questions, trying before you understand how to _effectively_ and correctly use...

    M.Sc.IT, M.B.A, MCTS BI 2008, MCITP BI 2008, MCTS SQL Dev, CSM, CDVDM

  • RE: The output column "......." has a precision that is not valid. The precision must be between 1 and 38.

    Thank you. You are right. desc 'viewname' against the view which has calculations and aggregations in oracle gives a bald NUMBER agains the SUM and AVE and NVL and...

    M.Sc.IT, M.B.A, MCTS BI 2008, MCITP BI 2008, MCTS SQL Dev, CSM, CDVDM

  • RE: modifying sqlcommand of data reader source that using oracle

    Hey. Thank you for help.

    I just figured out. If using OLEDB source you could source the SQL statement from a user variable.

    When using a Datareader you could create an...

    M.Sc.IT, M.B.A, MCTS BI 2008, MCITP BI 2008, MCTS SQL Dev, CSM, CDVDM

  • RE: modifying sqlcommand of data reader source that using oracle

    Jay (2/29/2008)


    I can't find any option to make sql dynamic in data reader. The option I can think of is to use OLE DB Source pass sql command from variable.

    I...

    M.Sc.IT, M.B.A, MCTS BI 2008, MCITP BI 2008, MCTS SQL Dev, CSM, CDVDM

  • RE: Looking for Best Practice on Loading Flat File with 2134 columns

    If you really need to use SSIS you are stuffed as you can see.

    You need to do something else here. I am thinking about BCP into a dummy table and...

    M.Sc.IT, M.B.A, MCTS BI 2008, MCITP BI 2008, MCTS SQL Dev, CSM, CDVDM

  • RE: SQL 2005 SSIS - MS Access Data Transform Missing Random Rows

    what da... itd be interesting to hear what microsoft say about it...

    I run on 32bit. keep us posted.

    M.Sc.IT, M.B.A, MCTS BI 2008, MCITP BI 2008, MCTS SQL Dev, CSM, CDVDM

  • RE: Multiple E-L tasks. Any other ways of doing it?

    Jeff Moden (2/22/2008)


    Dunno... I loops were possible in DTS... I don't see why they wouldn't be in SSIS. My problem is, and I guess I should apologize for getting...

    M.Sc.IT, M.B.A, MCTS BI 2008, MCITP BI 2008, MCTS SQL Dev, CSM, CDVDM

  • RE: Multiple E-L tasks. Any other ways of doing it?

    J.D. Gonzalez (2/22/2008)


    Is SSIS a requirement? If not, why not use bulk insert to load the data. For our environment, we have a table that has the file...

    M.Sc.IT, M.B.A, MCTS BI 2008, MCITP BI 2008, MCTS SQL Dev, CSM, CDVDM

  • RE: Multiple E-L tasks. Any other ways of doing it?

    I am thinking about it, but the management would argue that I am distorting/abusing the concept of ETL, SSIS and all the rest of it.

    It would be great if it...

    M.Sc.IT, M.B.A, MCTS BI 2008, MCITP BI 2008, MCTS SQL Dev, CSM, CDVDM

  • RE: Multiple E-L tasks. Any other ways of doing it?

    Valid comment, but it is not my decision to get rid of 2000.

    Having legacy atavisms sitting in there and stuff is also not good for me who will be looking...

    M.Sc.IT, M.B.A, MCTS BI 2008, MCITP BI 2008, MCTS SQL Dev, CSM, CDVDM

  • RE: SSIS handling errors at destination in data flow

    Thankx

    This IS and is NOT what I wanted to see.

    This is a solution but the solution "through the ar$e".

    M.Sc.IT, M.B.A, MCTS BI 2008, MCITP BI 2008, MCTS SQL Dev, CSM, CDVDM

Viewing 15 posts - 91 through 105 (of 129 total)