Forum Replies Created

Viewing 15 posts - 1 through 15 (of 17 total)

  • RE: Error importing from Access 97

    What is your destination database like SQL Server...oracle..db2???

  • RE: Error importing from Access 97

    Jake Shelton (2/3/2012)


    I can browse the data in BIDS, but don't know enough SSIS to copy the entire DB, I can just preview one table at a time.

    To copy...

  • RE: Error importing from Access 97

    Jake Shelton (2/3/2012)


    Hi all, errors out as follows when attempting import:

    "Test connection failed because of an error in initializing provider. Cannot start your application. The workgroup information file is...

  • RE: Connection to oracle 11g

    Koen Verbeeck (2/2/2012)


    AluburaJ (2/2/2012)


    sqlserver8650 (2/1/2012)


    Thanks for your replay

    I have oracle client on my machine

    Out of curiosity, were you able to connect to that oracle database using those SQL Client tools...

  • RE: Connection to oracle 11g

    Yes.

  • RE: Connection to oracle 11g

    sqlserver8650 (2/1/2012)


    Thanks for your replay

    I have oracle client on my machine

    Out of curiosity, were you able to connect to that oracle database using those SQL Client tools such as SQL...

  • RE: SSIS SCENARIO

    Hello,

    Seeing your error, I feel you are using Visual Studio 2008 R2. Instead of doing all the steps you mentioned above, can you please see if you could load data...

  • RE: Connection to oracle 11g

    Do you have oracle clients on your machine to connect to oracle database like SQL PLUS or any other?

  • RE: Data parse and extract from text feild in sql 2000.

    Hello Van,

    Here is the one way to solve your problem.

    In the script below, it works if the data is exactly like you posted.

    Customer : 111111 Agent : ABC1 Date/Time :...

  • RE: Online registration for certification exams

    What all I suggest to you is...first google/bing it at the least if you don't know....and there are sometimes where you don't find results in google... then comes this forum...

  • RE: SSIS Package issue

    I also faced a requirement today similar to what you had... and I was successful in implementing all the ideas I told and the url on how to use FOR...

  • RE: SSIS Package issue

    Can you please see if this link below helps for using ForEachLoop

    http://www.codeproject.com/KB/database/foreachadossis.aspx

    and follow the steps of creating the sql in a variable.

  • RE: Trouble installing Reporting Services SQL2008, Please HLP!

    After you run setup of sqlserver 2008 R2, you select "installation" and select the first option "new sqlserver or add features" and then in the while going through the wizard,...

  • RE: SSIS Package issue

    Sapen (12/28/2011)


    I am attaching the document with the flow of screenshots and the error I am facing when entering multiple variable values. Hope this will clear you what I am...

  • RE: SSIS Package issue

    I would do like this.

    using FOR EACH LOOP

    now create a variable to hold the sql

    design the sql in the expression of the variable using all the variables being passed from...

Viewing 15 posts - 1 through 15 (of 17 total)