Forum Replies Created

Viewing 15 posts - 8,176 through 8,190 (of 59,078 total)

  • Reply To: Tempdb Growth

    Admingod wrote:

    Thanks!  Sorry, I want to take it back what i said previously, it's a vendor product but it does have some user dbs and vendor db's. Under the heavy...

  • Reply To: Database file size question

    Mike Scalise wrote:

    Then again, given my current t-log activity, perhaps it won't even go beyond the 2GB size...

    That, good Sir, is precisely what I'm thinking.  If it does grow, 1GB growth...

  • Reply To: Are the posted questions getting worse?

    Thom A wrote:

    Jeff Moden wrote:

    p.s.  I've also adopted the policy of NVO (No Verbal Orders), especially for "urgencies".  It there's not a well documented ticket to support the urgency, it doesn't get...

  • Reply To: Database file size question

    jasona.work wrote:

    Mike Scalise wrote:

    Jeff, I did miss that second part, so my apologies. So you're suggesting shrinking it to 0 to clear up any fragmentation issues, then resize it to the...

  • Reply To: Pre Staging Data

    I learned very early on that NOTHING should ever go directly from file (or whatever) to table because of the crap factor that every mentions.  I also use a staging...

  • Reply To: Database Backup Types

    Stewart "Arturius" Campbell wrote:

    Nice one, sergey

    Agreed.  I'm not sure why 3 people's votes came out at a low "3".  I gave it a 5.

    The unexpected good thing about it is that the...

  • Reply To: A varchar(MAX) STRING_SPLIT function for SQL 2012 and above

     

    I'm not sure who or what marked the post by fgrodriguez as spam but I'm reposting it here so that the de-spaminator doesn't delete it.

    I'll also state I'm a bit...

  • Reply To: Need help to insert Data into 2 Tables

    Adelia wrote:

    Hi Lowell,

    I execute as follow

    insert into [dbo].[master_profile]([profile_name], [profile_ic_no])
    select [NAMA], [NOKP_NEW]
    from [dbo].[EMPMAS_DATA]

    insert into [dbo].[master_individual]([profile_id], [identification_no])
    select
    MyLookup.profile_ic_no,
    MySource.[NOKP_NEW]
    from [dbo].[EMPMAS_DATA] MySource
    INNER JOIN [dbo].[master_profile]...
  • Reply To: Tempdb Growth

    Explosive growth of TempDB is normally caused by just one thing... some code that has created a many-to-many join, accidentally or not.  To emphasize the problem with this, let's call...

  • Reply To: Database file size question

    Heh... like I said, I even said to immediately regrow it to 2GB in my first post on the subject. 😀

     

  • Reply To: Database file size question

    jasona.work wrote:

    I'm with Jeff on your analysis, but not on his suggestion on tackling the Transaction Log (not completely, at least!)

    I'd still go with the shrink the size to 0...

  • Reply To: Expect the Unexpected with DiRT

    David.Poole wrote:

    Worth reading about Netflix and the Chaos Monkey approach

    Do you have any links? (or did I simply miss them in the article?)

     

  • Reply To: Database file size question

    Mike Scalise wrote:

    Thanks, Jeff!

    I completely understand your rationale for shrinking the log file to 0 for the reasons you mentioned, but let me ask—in your experience, how resource intensive is the...

  • Reply To: Database file size question

    IMHO, your analysis is spot on, Mike.  You only need to decide on what the growth of each file should be in MB.

    Since the Log file did grow by 10%...

  • Reply To: Find rows older than 60 days with Epoch time format

    Isabelle2378 wrote:

    Thank you for your reply!  That is very helpful 🙂  I need to run this purge job once a week but unfortunately I don't know how many rows it...

Viewing 15 posts - 8,176 through 8,190 (of 59,078 total)