Forum Replies Created

Viewing 15 posts - 61 through 75 (of 108 total)

  • RE: precendence constraint expression isn't evaluating to boolean True / False, but why?

    polkadot (5/13/2015)


    Thanks Anshul, that right. I had to change variables scope to package level and error gone.

    Cheers!...

    ____________________________________________________________

    AP
  • RE: Resync Input Clumns

    uncle_boris (5/13/2015)


    Then refresh the metadata of Flat File Destination.

    Thank you for the reply. I can change the destination manager value ok but can you please let me know how I...

    ____________________________________________________________

    AP
  • RE: Comparing Data from files

    GF (5/12/2015)


    We are using SQL 2008.

    We receive a files from different clients throughout the year.

    These files contain at a minimum , company name and address. Not state or zip code

    What...

    ____________________________________________________________

    AP
  • RE: Package failed

    Ditto.

    Package will load from starting.

    ____________________________________________________________

    AP
  • RE: Resync Input Clumns

    Change the size of your column in Flat File Connection manager first.

    Then refresh the metadata of Flat File Destination.

    ____________________________________________________________

    AP
  • RE: precendence constraint expression isn't evaluating to boolean True / False, but why?

    Ensure that the variable is of the correct scope.

    ____________________________________________________________

    AP
  • RE: Table does not exists Error

    Thanks for you help.

    I was not creating or dropping table in the SSIS package.

    Issue was - while loading the table, due to large amount of data table was getting locked...

    ____________________________________________________________

    AP
  • RE: Table does not exists Error

    Step 1 - Load data from Source to Stage Table

    Step 2 - Stage table to Main table (I am directly using the stage table in OLEDB source)

    ____________________________________________________________

    AP
  • RE: SQL server 2014 in VS 2013 - Require to develop 3 different types of packages and maintain them efficiently

    Agreed.

    If it is VS 2012 or greater then we've project deployment available. So, that will be the best approach.

    Also, no need for configurations ...as we've Environments feature available now.

    ____________________________________________________________

    AP
  • RE: SQL server 2014 in VS 2013 - Require to develop 3 different types of packages and maintain them efficiently

    Package 1 –

    It is not a good practice to create a database and tables in SSIS packages.

    I'll suggest if it is an initial load, create all databases and tables manually...

    ____________________________________________________________

    AP
  • RE: SSIS File Loads

    Please share some more details. Or a sample package if possible.

    ____________________________________________________________

    AP
  • RE: Row count in Bulk insert task

    vignesh.ms (4/15/2015)


    Hi There,

    is there any way to have a row count from Bulk Insert Task, like we do for data flow task?

    Thanks In Advance

    Try using the @@ROWCOUNT global variable.

    BULK INSERT...

    ____________________________________________________________

    AP
  • RE: How long do they last?

    Great question, something new and quite useful.

    ____________________________________________________________

    AP
  • RE: Display dates between two dates

    If you don't have a calendar table or if you don't want to use a calendar table. Use CTE instead-

    ;WITH CTE AS

    (

    SELECT CAST('2015-03-01' AS DATE) as...

    ____________________________________________________________

    AP
  • RE: generate multiple excels

    Easy way, Extract data in Execute SQL Task. Then use a For each loop container and place a DFT inside it.

    Iterate thru extracted data and create Excel file for each...

    ____________________________________________________________

    AP

Viewing 15 posts - 61 through 75 (of 108 total)