Forum Replies Created

Viewing 15 posts - 226 through 240 (of 1,241 total)

  • RE: Function Information

    Jeff Moden - Friday, November 2, 2018 3:16 PM

    MMartin1 - Friday, November 2, 2018 12:25 PM

    ----------------------------------------------------

  • RE: Function Information

    People have mentioned about formatting and casing consistency in code for readability. To me readability starts with knowing what each piece is doing to check for logic and not just...

    ----------------------------------------------------

  • RE: Update and Calculate FIFO

    If it reasonably takes an employee months to learn how a business unit works, it is not reasonable to expect a forum helper to pickup all details in one shot....

    ----------------------------------------------------

  • RE: string to DATE failing when appending to a table.

    Glad to know that it worked for you. 
    Cheers.

    ----------------------------------------------------

  • RE: string to DATE failing when appending to a table.

    Using your data, I was able to successfully import to a table with date data type. Ahead of the import, I specified the three columns shown as [DT_dbDAte] types. I...

    ----------------------------------------------------

  • RE: Help with ETL

    lbrigham - Thursday, October 25, 2018 8:26 AM

    Forgive the ETL portion of the title. This is overall part of a larger ETL...

    ----------------------------------------------------

  • RE: Help with ETL

    One thing I would add is instead of having a paycheck amount, having a paycheck ID that links to a paychecks table. This normalises the design better. The would be...

    ----------------------------------------------------

  • RE: I need to change the value of two fields as I insert the rows into a table

    I have to wonder why you are changing the column values when copying the data to a new table. It definitely will not help with auditing if you need to...

    ----------------------------------------------------

  • RE: Move old DBs to new existing servers.

    One consideration if you had SSIS jobs running on the old servers to import data:
    The folder structure on the new server may not match. That would require some adjustment...

    ----------------------------------------------------

  • RE: string to DATE failing when appending to a table.

    I have seen this issue where a change of data type to datetime solves a insertion issue with date data. I just chalked it up to a Sql Server anomaly. 

    ----------------------------------------------------

  • RE: College Degrees Shouldn't Be Required for Tech Jobs

    The thing that I would want to see is initiative. Listing the books read along with a professional certification as a plus  shows me this person is not only motivated,...

    ----------------------------------------------------

  • RE: The Best Days

    One of the great times in my career was when I was hired to complete a difficult task that took months and months of planning and building and testing. It...

    ----------------------------------------------------

  • RE: Assistance with DATETIME calculation when comparing to VARCHAR column (Test code included)

    Here the SQL solutions presented are just patchwork as this is really a design problem. Now you probably cannot go and change things in a table or a ETL process...

    ----------------------------------------------------

  • RE: Get 2 decimals in my query

    Jeff Moden - Saturday, July 28, 2018 5:46 AM

    GG_BI_GG - Tuesday, July 24, 2018 12:50 AM

    ----------------------------------------------------

  • RE: SSIS Dataflow is not throwing any error when there is invalid column in the source flatfile with same datatype

    Im still stuck on the point that SSIS did not error out when the data in the source file did not match the expected meta data. IS there a configuration...

    ----------------------------------------------------

Viewing 15 posts - 226 through 240 (of 1,241 total)