Forum Replies Created

Viewing 15 posts - 646 through 660 (of 2,857 total)

  • Reply To: Missing Indexes

    My opinion - missing indexes report is only useful if you know the usage counts for those missing indexes AND the performance gain/hit by creating it.

    For example, if you look...

  • Reply To: Select and Distinct

    Looking at this, it looks like a homework assignment, so I am not about to just give the answer in TSQL format, but I will try to lead you to...

  • Reply To: SQL Server Assertion Error

    My advice - reach out to Microsoft support.  You pay for their support and those types of errors are things that should be covered by support.

    The link you provided indicates...

  • Reply To: How to rewrite update statment with best practise and performance ?

    My first question on this is - do you need to remove the subquery?.  Is it performing badly?  At what point will it perform "good enough"?  Basically, do you need...

  • Reply To: Generate scripts with least privilege

    I think I am a bit confused by the question.  My understanding of the "Generate Scripts" button is that it is used when performing an administrative related task and you...

  • Reply To: password expiration policy- should it be enabled? (linked servers/SSRS)

    The approach we take at our workplace is that service accounts do not have password expiration in place unless we believe the account has been compromised.  The service accounts also...

  • Reply To: Tempdb Showplan for user without login

    What I would do is restore live to a dev environment.  Once things are on the development environment, run the stored procedure a few times as is so you can...

  • Reply To: Change Approvals

    HAHAHA... that is the running gag in the office actually!  But the data in that database is critical to the company until the product goes EOL, yet it is running...

  • Reply To: Change Approvals

    @ZZartin - that makes perfect sense.  I do agree that the "urgent" fixes can go live without prior approval or code review, but we DO still do a post-release code...

  • Reply To: Change Approvals

    I do not have the actual numbers but the scenario was that an application (outside my department) was updated which took down production.  With production being down (the entire production...

  • Reply To: Change Approvals

    I partially agree with you ZZartin.

    I think there is no "one size fits all" solution, but I would also argue that with web-based content changes should be handled by the...

  • Reply To: Change Approvals

    While I do agree that having the code go live quickly to fix a problem is nice, what if things go wrong?  What if that code release halts production and...

  • Reply To: Exlude rows when multiple conditions are met

    I am happy to help.  I do recommend you look into truth tables.  They can be very helpful when working with logic like this.  It is VERY easy to think...

  • Reply To: Change Approvals

    Just saw your reply there skeleton567 and thought I'd reply too as our process has changed a bit as we changed managers.  Now, the process is still that it code...

  • Reply To: Are the posted questions getting worse?

    Brandie Tarvin wrote:

    Got an email from Degreed.com giving me recommendations for virtual training and … well, apparently there are urgent SQL courses I need to take today and ...

    Well, what do...

Viewing 15 posts - 646 through 660 (of 2,857 total)