Forum Replies Created

Viewing 15 posts - 4,156 through 4,170 (of 22,211 total)

  • RE: SQL Reproting Failed to query

    There are a bunch of common problems you have to avoid in SQL Server to aid in performance. Generally, check these first. They include, but aren't limited to:

    functions on columns...

  • RE: upgrade from SQL 2005 to SQL 2014

    I agree with what everyone else is recommending.

    I would like to note that if you're asking if you have to restore to 2008 or 2012 or something, the answer...

  • RE: Are the posted questions getting worse?

    BLOB EATER (12/19/2016)


    Grant Fritchey (12/19/2016)


    BLOB EATER (12/19/2016)


    I am 90% sure that I will be going to sqlbits in April, anyone else know if they will be there?

    I submitted sessions today....

  • RE: Are the posted questions getting worse?

    BLOB EATER (12/19/2016)


    I am 90% sure that I will be going to sqlbits in April, anyone else know if they will be there?

    I submitted sessions today. Fingers crossed I get...

  • RE: Are the posted questions getting worse?

    ThomasRushton (12/16/2016)


    Grant Fritchey (12/16/2016)


    BLOB EATER (12/16/2016)


    On twitter when someone adds you to a list - what does that mean?

    Oh no.

    Don't let anyone do that. It's horrible. Quick, go and change...

  • RE: Are the posted questions getting worse?

    BLOB EATER (12/16/2016)


    On twitter when someone adds you to a list - what does that mean?

    Oh no.

    Don't let anyone do that. It's horrible. Quick, go and change your password and...

  • RE: Log waits

    Sue_H (12/14/2016)


    tt-615680 (12/14/2016)

    If you keep getting errors about running out of log space then it's likely that you aren't doing log backups often enough and/or you aren't sizing the log...

  • RE: Comparing Execution Plans

    Oh here, let me help.

  • RE: Comparing Execution Plans

    So 36% of people thought that either: You don't need to compare them since the graphical plans are the same, which is blatantly false, or that You can compare the...

  • RE: Log waits

    Is your database in Full recovery? If it is in Full recovery, are you running regular log backups? If not, you need to run backups, or you need to run...

  • RE: Comparing Execution Plans

    Stewart "Arturius" Campbell (12/13/2016)


    That is a really neat addition to SSMS.

    However, still to be taken with a pinch of salt.

    How do you mean? It's just comparing the underlying XML on...

  • RE: MDW (Management Datawarehouse)

    The MDW itself puts too much load on a system. The overhead is not worth the benefits. That's the number one reason I'd recommend against it.

  • RE: Investigate SQL server Shutdown caused by tempdb maxing out.

    Jeff Moden (12/3/2016)


    Grant Fritchey (12/2/2016)


    Talib123 (12/2/2016)


    I would try the default trace, if your qucik enough you may get some information of what caused the files to grow and at what...

  • RE: Refresh QA environment using always on availability group?

    Availability Groups only support read only secondaries. Is QA a read only process or do they do writes? If they do writes, you can't use AG to solve this at...

  • RE: Investigate SQL server Shutdown caused by tempdb maxing out.

    Talib123 (12/2/2016)


    OK Grant, I might finally start looking @Extend Events.

    I have been avoiding it. Wish me luck.

    Ha!

    It's not that bad. Erin Stellato has a bunch of blog posts on getting...

Viewing 15 posts - 4,156 through 4,170 (of 22,211 total)