Do I need a restart?

  • Comments posted to this topic are about the item Do I need a restart?

  • Another way to check would be to run:

    EXEC sp_configure

    and then check if the configured value matches the running value, right?  If you ran RECONFIGURE, they should match unless a restart is required for that change.

    NOTE - I did not test this, but it makes sense to me.

    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.

  • I'm not sure if that works, but I'd think it would as well

  • Interesting question, made me think...

    ____________________________________________
    Space, the final frontier? not any more...
    All limits henceforth are self-imposed.
    “libera tute vulgaris ex”

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply