Forum Replies Created

Viewing 15 posts - 2,611 through 2,625 (of 6,041 total)

  • RE: Rows duplicating for each person

    It's standard practice in a star schema modeled data warehouse, where rows are versioned in what's called a 'slowly changing dimension' or 'shapshot' fashion, to have a column indicating (ie:...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: How to relaunch my career?

    Arjun Sivadasan (5/11/2016)


    Thanks for asking Abrar. Let me start by apologizing for not answering any sooner.

    The last couple of months were tumultuous. My teammates quit and I'm the only dev...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Simple SQL challenge - who can solve

    drew.allen (5/11/2016)


    Eric M Russell (5/11/2016)


    TheSQLGuru (5/11/2016)


    Eric M Russell (5/11/2016)


    drew.allen (5/11/2016)


    Eric M Russell (5/11/2016)


    For what it's worth, this one can be paramaterized in terms of the number of dates returned, and...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Simple SQL challenge - who can solve

    TheSQLGuru (5/11/2016)


    Eric M Russell (5/11/2016)


    drew.allen (5/11/2016)


    Eric M Russell (5/11/2016)


    For what it's worth, this one can be paramaterized in terms of the number of dates returned, and it doesn't require a...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: A Lifetime of Software

    Because they grew up in an era without cubicles, the younger wave of IT recruits are (generally) more socially adept than those of us with gray hair; I'll give them...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Simple SQL challenge - who can solve

    drew.allen (5/11/2016)


    Eric M Russell (5/11/2016)


    For what it's worth, this one can be paramaterized in terms of the number of dates returned, and it doesn't require a pre-existing tally table, which...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Simple SQL challenge - who can solve

    For what it's worth, this one can be paramaterized in terms of the number of dates returned, and it doesn't require a pre-existing tally table, which might be useful in...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Who did what?

    Iwas Bornready (5/11/2016)


    The problem I just had with it is that I do not have permissions to run this on production.

    You can try requesting the following from the DBA:

    -- allow...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Use Tools

    If you're organization is starting an IT automation initiative, then simply put: resistence is futile. When it does come time to downsize, then I guarantee you that those of you...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Regarding Existing Duplicate Key

    Perhaps what you need is a composite unique key, which would be the business code combined with something like a date/time column. For example, let's assume an Employee table is...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Can I just move 1 table to RAM disk?

    If you have a database with heavy write activity, something like a high volume DW or ETL staging, then placing the transaction log on a RAM drive would probably yield...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Duplicate entries

    For this type of row filtering based on TOP(x) ranking, you can use the DENSE_RANK() function like so. You'll need to experiment with the PARTITION BY and ORDER BY clause...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: sql server Personal Data obfuscation-improve this script-thanks

    There is no WHERE clause. This procedure will update all rows in the each column with the same value, which I'm sure this is not what you intend.

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: A Lifetime of Software

    TheFault (5/10/2016)


    m_swetz (5/10/2016)


    Money is good relatively speaking, but work/life balance is poor as the expectation is that I can be reached at all times, can work weekends, etc.

    There's often a...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Can I just move 1 table to RAM disk?

    onlo (5/10/2016)


    Hello,

    Unfortunately, we only use SQL Server 2014 Standard Edition, we can't use the memory optimized table feature.

    Can I move just one table (it is a staging table) to a...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

Viewing 15 posts - 2,611 through 2,625 (of 6,041 total)