Forum Replies Created

Viewing 15 posts - 1 through 15 (of 27 total)

  • Reply To: Internal Staff Growth

    Doctor Who 2 wrote:

    Well, maybe. Your suggestion of hiring from outside to jump start new technologies in a company works only if the environment is conducive to that. The state department where...

  • Reply To: Internal Staff Growth

    I use to work at a place that almost always promoted from within. The benefit is that you save about 6 months of time since the new team member comes...

  • Reply To: Internal Staff Growth

    Doctor Who 2 wrote:

    This is a hard topic to address and think about. I've interviewed several people to join our team throughout my career, but I've never been a part of a...

  • Reply To: Do You Really Need HA?

    Eric M Russell wrote:

    AOG is great, because having all read-only queries routed to one or more secondary nodes will take the load off the primary where the ETL load takes place. However,...

  • Reply To: Do You Really Need HA?

    With increasing costs, I assume many companies that use to think SQL HA technologies are a must-have now think the opposite.

    I don't remember where I read it, but some SQL...

    • This reply was modified 5 days, 7 hours ago by Coffee_&_SQL.
  • Reply To: AI Steals Joy

    David.Poole wrote:

    An awful lot of the uses of AI feel like leaning a ladder on the branch of a tall tree, then climbing it to saw the branch nearest the...

  • Reply To: Requiring Technical Debt Payments

    David.Poole wrote:

    There are areas of tech debt I would like to address; however, doing so takes time, money and an acceptance that the necessary changes require the people who need...

    • This reply was modified 2 months, 1 weeks ago by Coffee_&_SQL.
  • Reply To: Ghostworkers

    Isn't this purely a problem caused by poor management? The article mentions another statistic about 46% workers don't know what is expected of them.

    As a manager, I have expectations of...

  • Reply To: Lower Your Attack Surface Area

    Interesting post! Would Dynamic Data Masking be the tool to use here?  I"m assuming not, since the data could be unmasked on the development server. Thus the actual data would...

  • Reply To: Data Joining technique help

    ScottPletcher wrote:

    You should definitely switch the key order on the lookup table, i.e., not:

    PRIMARY KEY CLUSTERED ( iid, cart_id )

    but instead do this:

    PRIMARY KEY CLUSTERED ( cart_id, iid )

    Thanks! took...

  • Reply To: NC index creation duration question

    Jeff Moden wrote:

    You do realize that the addition of the new index requires space that might not have been available and that dropping the first NCI made a bunch of space...

  • Reply To: SQL 2022 - CPU High Utilization

    Since we don't have much info on your setup, this is a stab in the dark:

    1. Are you in a virtual environment? Is it shared? could be a noisy neighbor...

  • Reply To: Date Type ETL Question

    Hey All,

    Thank you for the answers!

  • Reply To: Possible oddity in msdb.dbo.backupset

    My first thought would be to check the is_Snapshot column. It could be the case that the backup is being taken by a snapshot.

  • Reply To: The On-Call Load

    I did about 10 years of on-call work as a DBA. From my experience, it seems like 10 years of on-call is about the limit for most people in data....

Viewing 15 posts - 1 through 15 (of 27 total)