Forum Replies Created

Viewing 15 posts - 421 through 435 (of 1,111 total)

  • RE: Creating ASDW tables

    Been working a lot with Azure Data Warehouse, so knew this one pretty easy.

    I surely choose ROUND_ROBIN a lot for a number of tables where I just don't...

  • RE: If you weren't a DBA, what would you be doing?

    Likely something in video gaming like I was doing prior to what I'm doing today. I'm only in data because of accidental reasons, then I fell in love.

  • RE: Are the posted questions getting worse?

    I think it's pretty straight forward, but unfortunately, a lot of companies blur the lines because of resource issues. In meaning, the DBA still gets stuck with all the developer...

  • RE: Data flow concept - Thoughts wanted

    I agree with Phil.

    You're getting too hung up on the fact that the data from each customer is being used for the same business case. You're treating it...

  • RE: Birds of a Feather

    Beatrix Kiddo - Tuesday, July 11, 2017 7:41 AM

    phonetictalk - Monday, July 10, 2017 10:53 AM

    July 13, 2017 at 6:44 am

    #1950723

  • RE: Learning Data Modeling

    Aaron N. Cutshall - Friday, July 7, 2017 8:00 AM

    I did neglect to mention the tool sets available.  While there are a...

  • RE: The March of AI

    Steve Jones - SSC Editor - Thursday, July 6, 2017 9:41 AM

    xsevensinzx - Thursday, July 6, 2017...

  • RE: Using an Excel File as a data source, have set up ODBC and created a data set, but Excel has multiple tabs.

    I'm sure others more familiar with SSIS and Excel could help more.

    But for an alternative, I normally use Python for such tasks because it allows you to load...

  • RE: The March of AI

    I feel that data structure and scalability will be the prime areas for most of us who will work in these areas. For example, being able to computate billions of...

  • RE: Frustrating Programming Policies

    I for one enjoy style guides that address common optimization areas that people forget are overlook due to lazyness. I have not had the opportunity to create one for SQL,...

  • RE: Dedup Large Table

    Jeff Moden - Saturday, July 1, 2017 7:09 AM

    xsevensinzx - Saturday, July 1, 2017 3:46 AM

    July 1, 2017 at 1:14 pm

    #1949056

  • RE: A Database Design Test

    Almost all of my database related interviews have been the same typical questions and trick questions about functions, indexing, backups, and so forth. More or less looking to know if...

  • RE: Dedup Large Table


    WITH Rows AS
    (
         SELECT *, ROW_NUMBER() OVER (PARTITION BY BINARY_CHECKSUM(*) ORDER BY BINARY_CHECKSUM(*)) AS [Count]
         FROM Table
    )
         DELETE...

  • RE: Are the posted questions getting worse?

    I absolutely love my Lenovo Yoga Pro (Tablet/Laptop). It's been my machine for the past 3 years now at work. Slim, silver, beast.

  • RE: The Need for DRE

    The idea of dumping and pumping data right into a visualization at the speed of some of these platforms is pretty appealing (at least to analytics who are constantly shifting...

Viewing 15 posts - 421 through 435 (of 1,111 total)