Forum Replies Created

Viewing 15 posts - 3,166 through 3,180 (of 11,678 total)

  • RE: SSIS tasks installation

    A batch file can start a process, just like an Execute Process Task.

    You have to call the batch file out of SSIS though.

    How is the SSIS package currently started?

  • RE: SSIS data conversion error

    mandir.jain (5/5/2014)


    Previously I was able to ,but when I change the destination data base, it is giving error

    How do you change the destination database?

  • RE: SSIS data conversion error

    mandir.jain (5/5/2014)


    After converting data i data conversion , thats the input for the oledb destination

    Did you use fast load in the OLE DB destination? Did you map the columns correctly?

  • RE: SSIS tasks installation

    spaghettidba (5/5/2014)


    All the built-in collector types use SSIS packages to collect and upload data, but you don't have to install SSIS to make them work.

    Looking in the installation folder...

  • RE: SSIS tasks installation

    I would assume that if you want to run an SSIS package, SSIS needs to be installed.

    What exactly do you mean with this?

    other built-in collector types work flawlessly even...

  • RE: Which would be faster, an SSIS Foreach or SQL Cursor for 6300 rows?

    sqlservercentral.com 32358 (5/4/2014)


    I'm currently re-writing an inherited C#/SQL CSV import process due to speed issues with the previous process (reading each line with a C# StreamReader).

    The CSV has 6300 rows,...

  • RE: Sharepoint List Source Error -A possible reason might be you are trying to retrieve too many items at a time (Batch size)

    montu.saurabh (5/4/2014)


    I am also facing the same problem and it is not resolved by running with 32bit. Also I am fetching only one column. Please suggest.

    Which version of SSIS are...

  • RE: The Results Tab

    Thanks for the question by the way!

  • RE: The Results Tab

    Hany Helmy (5/3/2014)


    Thomas Abraham (5/2/2014)


    paul.knibbs (5/2/2014)


    Bhaskar.Shetty (5/1/2014)


    The good one and part of our Daily routine

    Is it? I can't recall a situation where I've actually used this facility, although I knew...

  • RE: SSIS Package Execution

    SSIS will be difficult to use for this, since the data fow cannot handle changing metadata.

    I would simple import the queries from the flat file into the database, loop over...

  • RE: Upgrade Exams

    The MCSE exams are not dependent of a certain SQL Server version. In March they added questions to the exams that are about SQL Server 2014.

    After a while, the certification...

  • RE: SSIS data conversion error

    How did you configure the OLE DB destination?

  • RE: Field value as a parameter

    Not sure what you are trying to do.

    The value of indicator is defined by values from a data set.

  • RE: Hash Match

    Answered incorrectly because I found some blogs online which said something different than the official answer.

    Mystery mystery...

  • RE: Stopping an SSIS Package on Data Flow Fail

    If they run in paralllel, they are independent of each other.

    However, this is not 100% true. Say you have 7 tasks which can run in parallel.

    But only 4 of time...

Viewing 15 posts - 3,166 through 3,180 (of 11,678 total)