Forum Replies Created

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

  • RE: Aggregation Problem

    I tried the pivot transformation in two ways, initially with a query using a case statement, then using the pivot transformation in SSIS. Both produced the same result.

    I'll look at...

  • RE: Invoice Tables and pricing dates

    That needs the row_number over (partition, order) feature, and I don't know if MySQL supports it.

    Unfortunately it doesn't. This is really starting to get me stuck....Another option might be to...

  • RE: Invoice Tables and pricing dates

    thx for that, that did work. But (there always is a "but") I have checked further into the different scenarios, and found that there are other ways the data can...

  • RE: Invoice Tables and pricing dates

    They are actually date time columns.... MySQL allows storage of this in a date time column as a dummy value.

    The problem just is how to query the data... :ermm:

  • RE: Excel connection parameter

    I've actually just found a solution to the problem.....

    INstead of scheduling the job normally in SQL Agent, and checking all the boxes for the connections etc, I checked the radio...

  • RE: Excel connection parameter

    Does the SQL Server Agent account has the necessary privileges to access the Excel file?

    Sounds like this might be the cause....how can I check this though?

    Thx

  • RE: Excel connection parameter

    And what about configurations? Do you use config files/tables?

    Where would these be used? I haven't used anything like that at all...

  • RE: Excel connection parameter

    The package is running fine in Visual Studio (and also if I run the *.dtsx file outside of VS 2005), and although I didn't post my whole connection string, I...

  • RE: Excel connection parameter

    Anyone have any ideas on this?

  • RE: Unable to load leading zeros into CSV

    Yep...thats finally what I have had to do.

    Seems strange though that the final task seems to transform the data on its own. even if u tell it not to!

  • RE: Unable to load leading zeros into CSV

    Have also tried that using a data conversion tool. But it does not seem to make any difference whether the format of the field has been set in a string...

  • RE: Unable to load leading zeros into CSV

    I am also having a very similar problem.

    I have a numeric field, (18,2) that needs to be exported to a csv file, but when it gets exported any zero values...

  • RE: File Exists in Script Task Problem

    Thx - that looks great! :w00t:

    Gonna give it a try on Monday (other priorities have shifted it from today) and let you know

  • RE: File Exists in Script Task Problem

    That is what I have described in the first post...

    I can make the script so it searches for a particular file, but when the file (or files) have different names,...

  • RE: File Exists in Script Task Problem

    Actually now decided that if the For Each Loop is taking care of sweeping through the folder, I don't actually need the Script task.

    Would be nice to know how to...

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