Forum Replies Created

Viewing 15 posts - 196 through 210 (of 528 total)

  • RE: Making Choices

    Maybe I'll get you to make some timeless webinars after all 🙂

    Much of the travel I see is for the benefit of the speakers rather than the only...

  • RE: Singular or Plural

    Phil Parkin - Monday, December 11, 2017 12:37 PM

    robert.sterbal 56890 - Monday, December 11, 2017 12:15 PM

  • RE: Singular or Plural

    Phil Parkin - Monday, December 11, 2017 12:11 PM

    Eric M Russell - Monday, December 11, 2017 11:57...

  • RE: Sharing Data

    It seems like the IT staff wants to have control over the hiring and firing at the people at an organization. I don't want them to. I do my best...

  • RE: Singular or Plural

    gbritton1 - Monday, December 11, 2017 7:27 AM

    Consider this query:


    SELECT id, name, email
    FROM Customers

    Now, we all know that we should use...

  • RE: Singular or Plural

    The description column in the documentation next to the object name is the thing that is often the most useful.

    It would be funny to just create the alternative...

  • RE: The Most Wanted Upgrade

    I tried to find a $500 laptop that had a HD screen, a SSD drive and at least 8GB of RAM without success. I got an HD Screen phone instead.

  • RE: Auto Generate Your Database Documentation

    The implementation of documentation is more about getting the right information than how to deploy it. These aren't big bang problems, they are ongoing needs for everyone to communicate. We...

  • RE: All DevOps All Day

    I think the more webinars available the better. Presentations are pretty good candidates for webinars and I like to see more of them converted to that format in the future.

  • RE: Introduction to Statistics

    I would have liked to see a link for this:

    " There is a formula for bin width, but for this example I just chose even width bins. "

  • RE: Time is Precious

    Two comments:

    I like the ZTD variation of the Getting Things Done (GTD) methodology. Both are good systems for improving your productivity. I've published a ZTD ebook in wiki...

  • RE: Teaching Quickly

    It seems from a quick read of this article that R may be better suited to your style.

    https://qz.com/1063071/the-great-r-versus-python-for-data-science-debate/

  • RE: Get-DbaPowerShell

    Sadly my most recent foray into powershell was to do a rename of a tree in the file system. The shell was very very slow.

    This has been a...

  • RE: Stairway to Advanced T-SQL Level 9: Compare, Modify, Derive and Validate Date and Time Values

    I created this list when I want to remember the formats:

    select 100 'Convert_style',convert(varchar,GETDATE(),100) 'Output', 'MMM dd yyyy hh:mm/M' 'format', 'datetime' 'Type' union
    select 101 'Convert_style',convert(varchar,GETDATE(),101) 'Output', 'mm/dd/yyyy' 'format',...

  • RE: Avoiding the Hell of having to Remember DDL syntax

    We keep our frequently use queries on a wiki

Viewing 15 posts - 196 through 210 (of 528 total)