Forum Replies Created

Viewing 15 posts - 12,976 through 12,990 (of 13,849 total)

  • RE: DB locking preventing multiple access sources

    If (for testing purposes only) you use a simpler package which has an explicit name for the Access db, does it work? I would guess not, but it would be...

  • RE: Debugging Script component

    stricknyn (2/7/2009)


    Hello,

    I think you are referring to the script task not script component. The script task (control flow item) lets you debug. The script component (data flow item)...

  • RE: Extract data from Excel Sheet Using SSIS Package

    Could it be that the columns are being interpreted as numeric (because the first few rows of data contain numbers in those columns)? If so, when the non-numeric data is...

  • RE: Debugging Script component

    I do this all the time - just set a breakpoint where you want to start debugging and then run it ...

    Phil

  • RE: BIDS on client and BIDS on Server

    Sometimes it's easier just to accept that something works, rather than trying to understand why 🙂

    Now you can move on to the next project: migration of DataEase data to SQL...

  • RE: Data Source Project Object

    Just edit the Connection objects in each of the packages to have a Data Source ID of 'DWH_Staging' or 'JEDB' to create the link. Change to the Data Source will...

  • RE: importing data from excel to sql server thru DTS

    You have made a statement, not asked a question. What do you want?

    Also, you speak of DTS, yet you are posting in the SSIS forum. They are not the same...

  • RE: BIDS on client and BIDS on Server

    That does seem strange.

    Is it the number of records imported (13,194), or a certain 'rogue' record that is causing the problem?

    If you import the records into Access first (so that...

  • RE: Use variables in various package

    Robert Ham (2/3/2009)


    You can also pass variables from a parent package that uses the execute package task to run a child package.

    So multiple child packages can read/write the same 'parent'...

  • RE: Use variables in various package

    Scoping of variables at global or 'solution' level is not possible - so you have to find another way.

    One way is to create a physical 'variables' table in SQL Server...

  • RE: Access table and SQL table inside SSIS package

    This is how I would do it - no scripts required:

    1) Create a new SQL Server table to hold the Access data temporarily (tblAS).

    2) Write a stored proc on SQL...

  • RE: Test excel format before import

    If you can get just a bit more specific, I think we can help you.

    What do you mean by 'validate'? Is there a certain column that always has a certain...

  • RE: Global Variables in SSIS

    For one solitary piece of data it's certainly a pain - but if you are generic about how you write it you will be able to reuse in future.

    Phil

  • RE: Global Variables in SSIS

    Not really. You might consider creating a physical 'Variables' table in SQL Server and using that to store/lookup any variables which are truly global.

    Phil

  • RE: Stored Procedures

    That's not a great error message:) Maybe it should just have said: "Something, somewhere, is wrong."

    I just tried one on my system. Try this:

    Resultset = None

    SQLSourceType = Direct Input

    SQL Statement...

Viewing 15 posts - 12,976 through 12,990 (of 13,849 total)