Forum Replies Created

Viewing 15 posts - 3,271 through 3,285 (of 13,877 total)

  • Reply To: SSIS Excel Import Error

    No apologies are needed here!

    What I assumed you did was as follows:

    a) Have a sheet called AllDogs in your trial spreadsheet ... imports successfully.

    b) Have a sheet called (whatever) in...


  • Reply To: SSIS Excel Import Error

    So this bit

    BTW, I did try renaming the sheets after the C & P to no avail

    wasn't quite true? 🙂

    Changing your code to accommodate the space character should be trivial.


  • Reply To: SSIS Excel Import Error

    Can you create a couple of screenshots & paste them in, as follows:

    1. Showing the trial Excel file, with headings & first 10 rows
    2. Showing the prod Excel file, with...

    • This reply was modified 6 years, 11 months ago by Phil Parkin. Reason: Fix typo

  • Reply To: Add row number column based on id and stages

    I don't understand the logic for setting rownum. Can you explain it, please?


  • Reply To: SSIS Excel Import Error

    Sheet names being different is critical ... unless you are handling it dynamically in your package, which is a little advanced.

    Try renaming the sheet after cut & paste from trial...


  • Reply To: SSIS Excel Import Error

    Are you using code (rather than a data flow) to transfer the data? If so, please explain why. And consider adding some TRY/CATCH error handling to help you diagnose the...


  • Reply To: SSIS Excel Import Error

    I sympathise!

    On which component is the error happening, exactly?

    Are your production files stored locally, or on a network drive somewhere?


  • Reply To: XML get result

    DesNorton wrote:

    It is not possible, as the value "Avis" does not exist in the sample data

    I usually have a bad reaction when people use absolutes. Never say never 🙂


  • Reply To: Table Function becomes slow

    balestragerman wrote:

    Hi folks, I have a 2012 sql and it works very fast, one of the most used queries is a table function. This function over time becomes slow and...


  • Reply To: Export to csv then FTP using variables

    I imagine that you've called your variable something like 'FileName', and not "C:\SCRIPTS\SQLServersExport_20191007.csv"!

    Thus, I suspect you need to revisit the various relevant properties in your package components, looking for incorrect...


  • Reply To: compression file - Error: Exception has been thrown by the target of an invocati

    Please expand on what you have provided, to include

    a) Your question

    b) Which line throws the error, and an outline of what you are trying to achieve

     


  • Reply To: Insert forum posts/threads in the DB table

    C#, maybe.


  • Reply To: How to return lowest level parts from BOM

    As long as max level is the same for all of the lowest-level items, that is. Otherwise, it gets trickier.


  • Reply To: How to return lowest level parts from BOM

    Add hierarchy level to your CTE and base your selection on that?


  • Reply To: T SQL While Loop - Into a Temp table for final output

    Why do you refuse to format your code?

    Your SELECT should be outside of your WHILE loop.


  • Viewing 15 posts - 3,271 through 3,285 (of 13,877 total)