Forum Replies Created

Viewing 15 posts - 271 through 285 (of 6,025 total)

  • Reply To: The Danger of Management Access

    I was thinking the other day about why Colonial Pipeline shutdown their flow of oil for weeks after their ransomware attack - rather than simply restoring from backup and/or keeping...

  • Reply To: GoTo Looping

    The example presented in the article, executing a stored procedure within a loop for a set of input parameters, is one of those scenarios where looping is justly applied. Refactoring...

  • Reply To: GoTo Looping

    When I do use looping in conjunction with SQL, it's because I'm doing something DBA-ish: like looping across databases to execute a DBCC or BACKUP command, or querying meta data...

  • Reply To: Seriously Real Time Data Processing

    One thing engineers can do is install the sensors and self driving software in cars - but just don't connect it to the steering, breaks, etc. Human drivers, who volunteer...

  • Reply To: SCUD?

    "Must have minimum eight years' experience with SQL, coding queries, SCUD, stored procedures and data import/export."

    scud (verb):

    1. to move or run swiftly especially as if driven forward

    2. to run before...

  • Reply To: Messy Job Descriptions

    In many cases, the "DBA" may in actuality be a jack of all data related trades - expected not only to keep the databases running but also create all the...

  • Reply To: Enterprise Software

    Mobile apps is another example where many companies fail. Often times, the root of the problem is that an "enterprise application" may be nothing more than a customer facing GUI...

  • Reply To: Do We Need to Learn Linux?

    For a Windows shop, is there any practical benefit, like in terms of licensing costs or performance, for running SQL Server on a non-containerized Linux instance? For example, could anyone...

  • Reply To: Clustered vs Nonclustered Columnstore Update Performance

    MadOwl wrote:

    ...

    Regarding Erics suggestion, thats definitely a nifty idea. In our case, I'd be a bit concerned about the amount of data growth that we would produce this way but...

  • Reply To: Clustered vs Nonclustered Columnstore Update Performance

    Yes, because of the way ColumnStore data is organized, it is great for read performance but poor for write performance. However, the most efficient way to mitigate something (in this...

  • Reply To: Comparing two sets of value sets

    One option is to create a table or view that contains the set of values, and then inner join on col_1 and/or col_b.

    This would abstract the set of values from...

  • Reply To: Move mdf and ldf on separate disks

    Performance has a lot to do with page caching and how much memory has been allocated for use by SQL Server. Logical reads (prefetched from memory) are much faster than...

  • Reply To: Happy Birthday USA!

    skeleton567 wrote:

    ...

    Eric, maybe I didn't understand your meaning then when you said:

    "so for everyone to mount a flag in their front yard seems to me like a form of virtue...

  • Reply To: Happy Birthday USA!

    Whatever happened to the emoji feature? Sometimes I feel like we post something and the underlying emotion is taken out of context.

  • Reply To: Happy Birthday USA!

    skeleton567 wrote:

    Eric M Russell wrote:

    skeleton567 wrote:

    Eric M Russell wrote:

    I have no problem with the USA flag, but I wouldn't mount it in my front yard, for much the same reason that I only wear...

Viewing 15 posts - 271 through 285 (of 6,025 total)