Forum Replies Created

Viewing 15 posts - 76 through 90 (of 405 total)

  • Reply To: A Clock With Benefits

    Rod at work wrote:

    Management said, "Why's it going to take so long? It's just a web page." Management thought it was basically like writing a Word document. You pump it out in...

  • Reply To: Get the Datetime

    Matt Miller (4) wrote:

    Well if not reading the manual is reason to remove people's ability to code, then there are a LOT of developers to fire out there.  As with many other...

  • Reply To: Get the Datetime

    I have a suggestion for you Jeff. Your company may bill by the quarter hour, but that doesn't mean that you have to enter your time that way. Tell your...

  • Reply To: Get the Datetime

    Got it Jeff. Of course date math is not a sin. I put it in the category of, when you get a really hard to troubleshoot bug, and you finally...

  • Reply To: Get the Datetime

    Thanks for the substantive reply, Jeff. I already handled your objections by saying that you were the only developer I knew who knew enough about the subject to reliably do...

  • Reply To: Get the Datetime

    I disagree Jeff, date math is a bad idea for any reason. When I have anything to say about it, it is not allowed. Maybe you know what you are...

  • Reply To: Get the Datetime

    Even though you can do math on datetimes, don't do that. A datetime is not numeric, it is a data structure. Use the proper function for the type.

  • Reply To: Organisations and Technical Apartheid

    Raise the technical bar--I have yet to see a dev team where doing this did not work. Developers are intelligent and talented. Trust them to come up with it. I...

  • RE: 2017 SSIS PackageFormatVersion?

    Hi Phil, that reply was only patronizing in your own mind. I advise you not to take things so personally. Have a great day!

  • RE: 2017 SSIS PackageFormatVersion?

    frederico_fonseca - Sunday, January 27, 2019 7:17 AM

    in the project file 
    <DtsPackage FormatVersion="8">
    in the package itself
    DTS:LastModifiedProductVersion="15.0.0900.40"
      DTS:Name="PackageFormatVersion">8</DTS:Property>

    this is with
    Microsoft Visual Studio Professional 2017...

  • RE: 2017 SSIS PackageFormatVersion?

    Phil Parkin - Saturday, January 26, 2019 7:06 PM

    GeorgeCopeland - Friday, January 25, 2019 2:32 PM

    January 27, 2019 at 4:38 pm

    #2020233

  • RE: TempDB

    What Jeff said again. For example, if you have a bunch of ad hoc users that are affecting production, the solution is to probably build them a data warehouse. Doing...

  • RE: TempDB

    What Jeff said. It is worth it to tune tempdb and then make everyone use it correctly. The management strategy that you are suggesting just sounds like pushing the real...

  • RE: Automation at Work

    ZZartin - Friday, December 7, 2018 9:03 AM

    I've also deployed said automations and that straight up cost people their jobs 🙁

    If they...

  • RE: Automation at Work

    For every job I get, I do my level best to eliminate it. I combine processes, improve efficiencies, eliminate redundancies, increase automation. Every time I do this, instead of getting...

Viewing 15 posts - 76 through 90 (of 405 total)