Forum Replies Created

Viewing 15 posts - 2,806 through 2,820 (of 2,917 total)

  • RE: Performance improves after reboot

    What does DBCC OPENTRAN tell you?  anything open?

    The above is all just my opinion on what you should do. 
    As with all advice you find on a random internet forum - you shouldn't blindly follow it.  Always test on a test server to see if there is negative side effects before making changes to live!
    I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.

  • RE: Performance improves after reboot

    TheSQLGuru - Friday, February 24, 2017 9:19 AM

    Your eye is on the wrong ball here. Not sure how long this server has...

    The above is all just my opinion on what you should do. 
    As with all advice you find on a random internet forum - you shouldn't blindly follow it.  Always test on a test server to see if there is negative side effects before making changes to live!
    I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.

  • RE: SQL Server Just Runs Faster - TDE

    I am bad at these... past 6 questions in a row I got wrong.

    I thought it was trusted platform module and as soon as I clicked on Submit,...

    The above is all just my opinion on what you should do. 
    As with all advice you find on a random internet forum - you shouldn't blindly follow it.  Always test on a test server to see if there is negative side effects before making changes to live!
    I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.

  • RE: SSRS Deployment Configuration

    Another thing to think about is licensing cost.
    SSRS requires a SQL license.  So if you put your database and SSRS server on different physical servers, you will need 2...

    The above is all just my opinion on what you should do. 
    As with all advice you find on a random internet forum - you shouldn't blindly follow it.  Always test on a test server to see if there is negative side effects before making changes to live!
    I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.

  • RE: UPDATE STATISTICS with FULLSCAN -- implications?

    Siberian Khatru - Thursday, February 23, 2017 7:53 AM

    bmg002 - Thursday, February 23, 2017 7:36 AM

    The above is all just my opinion on what you should do. 
    As with all advice you find on a random internet forum - you shouldn't blindly follow it.  Always test on a test server to see if there is negative side effects before making changes to live!
    I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.

  • RE: UPDATE STATISTICS with FULLSCAN -- implications?

    Grant Fritchey - Thursday, February 23, 2017 6:57 AM

    bmg002 - Wednesday, February 22, 2017 3:12 PM

    The above is all just my opinion on what you should do. 
    As with all advice you find on a random internet forum - you shouldn't blindly follow it.  Always test on a test server to see if there is negative side effects before making changes to live!
    I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.

  • RE: Restore Recovered Database ?!! Please Help!!!!!

    AHMN48 - Wednesday, February 22, 2017 3:25 PM

    i realized something , my server get virus and files split to two section ,...

    The above is all just my opinion on what you should do. 
    As with all advice you find on a random internet forum - you shouldn't blindly follow it.  Always test on a test server to see if there is negative side effects before making changes to live!
    I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.

  • RE: UPDATE STATISTICS with FULLSCAN -- implications?

    Siberian Khatru - Wednesday, February 22, 2017 3:17 PM

    bmg002 - Wednesday, February 22, 2017 3:12 PM

    The above is all just my opinion on what you should do. 
    As with all advice you find on a random internet forum - you shouldn't blindly follow it.  Always test on a test server to see if there is negative side effects before making changes to live!
    I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.

  • RE: UPDATE STATISTICS with FULLSCAN -- implications?

    Siberian Khatru - Wednesday, February 22, 2017 3:05 PM

    bmg002 - Wednesday, February 22, 2017 2:17 PM

    The above is all just my opinion on what you should do. 
    As with all advice you find on a random internet forum - you shouldn't blindly follow it.  Always test on a test server to see if there is negative side effects before making changes to live!
    I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.

  • RE: Restore Recovered Database ?!! Please Help!!!!!

    Perry Whittle - Wednesday, February 22, 2017 10:08 AM

    are these backups taken natively or via Litespeed or SQLBackup or some other 3rd...

    The above is all just my opinion on what you should do. 
    As with all advice you find on a random internet forum - you shouldn't blindly follow it.  Always test on a test server to see if there is negative side effects before making changes to live!
    I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.

  • RE: UPDATE STATISTICS with FULLSCAN -- implications?

    Siberian Khatru - Wednesday, February 22, 2017 2:04 PM

    bmg002 - Wednesday, February 22, 2017 1:43 PM

    The above is all just my opinion on what you should do. 
    As with all advice you find on a random internet forum - you shouldn't blindly follow it.  Always test on a test server to see if there is negative side effects before making changes to live!
    I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.

  • RE: Service Broker concurrency post 2016 upgrade

    that'd likely be it then.  Running it in compatibility mode you'd be using the old engine for your service broker.
    As you had said "According to Microsoft, "nothing" has been...

    The above is all just my opinion on what you should do. 
    As with all advice you find on a random internet forum - you shouldn't blindly follow it.  Always test on a test server to see if there is negative side effects before making changes to live!
    I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.

  • RE: UPDATE STATISTICS with FULLSCAN -- implications?

    I know that feeling.  I come here to learn too and help where I can.
    I am an accidental DBA as well.

    I would give them a high estimate...

    The above is all just my opinion on what you should do. 
    As with all advice you find on a random internet forum - you shouldn't blindly follow it.  Always test on a test server to see if there is negative side effects before making changes to live!
    I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.

  • RE: UPDATE STATISTICS with FULLSCAN -- implications?

    If it is currently inaccessable, how much worse can it be?

    It will just cause some blocking while it runs.

    But 27 GB out of 115 GB isn't...

    The above is all just my opinion on what you should do. 
    As with all advice you find on a random internet forum - you shouldn't blindly follow it.  Always test on a test server to see if there is negative side effects before making changes to live!
    I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.

  • RE: UPDATE STATISTICS with FULLSCAN -- implications?

    How large is the table?

    Updating statistics on a table will only be slow if that table is huge.  Well, blocking will likely also occur, but if that table...

    The above is all just my opinion on what you should do. 
    As with all advice you find on a random internet forum - you shouldn't blindly follow it.  Always test on a test server to see if there is negative side effects before making changes to live!
    I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.

Viewing 15 posts - 2,806 through 2,820 (of 2,917 total)