Forum Replies Created

Viewing 15 posts - 2,551 through 2,565 (of 2,917 total)

  • RE: cluster disk expand

    tcronin 95651 - Monday, June 5, 2017 11:33 AM

    disk manager not cutting it looking at diskpart

    Disk Manager is essentially a GUI for...

    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: SPs calling other SPs

    rs80 - Monday, June 5, 2017 11:54 AM

    Thanks for your reply.

    The 3 variables @dtEffective, @dtCurBus, and @dtsCstBasStart are being used within the...

    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 2012 to 2014 upgrade

    Also, make sure your backups are good before you do an upgrade.  Nothing worse than having a failed upgrade and no rollback plan.

    And I agree, upgrading to 2016...

    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: SPs calling other SPs

    rs80 - Monday, June 5, 2017 10:31 AM

    I have a stored procedure that calls other stored procedures.  All of the other stored...

    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: cluster disk expand

    tcronin 95651 - Monday, June 5, 2017 11:19 AM

    On physical active/passive cluster, needed to expand drive for tempdb by 100 gig.  Had...

    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: Need Help Getting Max Date

    meichmann - Monday, June 5, 2017 4:24 AM

    bmg002 - Friday, June 2, 2017 1:56 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: Are the posted questions getting worse?

    Ed Wagner - Friday, June 2, 2017 7:06 PM

    bmg002 - Friday, June 2, 2017 2:58 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: SQL server 2014 is very slow

    pranabpal - Monday, June 5, 2017 3:06 AM

    Grant Fritchey - Friday, June 2, 2017 6:01 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: Are the posted questions getting worse?

    Sean Lange - Friday, June 2, 2017 1:44 PM

    bmg002 - Friday, June 2, 2017 1:27 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: Need Help Getting Max Date

    would this work:
    SELECT DISTINCT COUNTY.CountyName,
    MAX(ORDERS.UserDate2) OVER (PARTITION BY CountyName) AS LastCovered,
    MAX(FSLog.CompletedDate) OVER (PARTITION BY CountyName) as CompletedDate,
    property.State

    FROM ORDERS...

    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: Are the posted questions getting worse?

    Sean Lange - Friday, June 2, 2017 1:00 PM

    I lived in Alaska (about an hour NE of Anchorage in the mountains)...

    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: Are the posted questions getting worse?

    Lynn Pettis - Friday, June 2, 2017 11:09 AM

    And where are you at, the Artic Circle?

    heh... not quite... little further south...

    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: Unable to start the SQL Server Agent

    Possibly a stupid question, but is the SQL Server Service running AND can you connect to that instance?
    And is it configured to allow connections via TCP/IP?

    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: Presentations that are Easy on the Eyes

    My personal preference for a presentation (after using my projector to display past PASS presentations) has been the white background with dark text.
    At work I prefer the white background...

    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: Are the posted questions getting worse?

    DesNorton - Friday, June 2, 2017 8:46 AM

    Sean Lange - Friday, June 2, 2017 7:32 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.

Viewing 15 posts - 2,551 through 2,565 (of 2,917 total)