Forum Replies Created

Viewing 15 posts - 2,581 through 2,595 (of 2,917 total)

  • RE: Data Types

    A nice easy QOTD... but one of those things that is good to know in case you are trying to do math on real numbers and get an answer that...

    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: RAM Required to run SQL Server + Web Application + SSIS packages

    Sergiy - Thursday, May 25, 2017 3:14 PM

    The main reason my company went with SSIS is that my boss doesn't like linked...

    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: RAM Required to run SQL Server + Web Application + SSIS packages

    Jeff Moden - Thursday, May 25, 2017 11:38 AM

    Understood and thanks for the encouragement/tips.  Despite all of the ETL and other...

    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: Masking short domains

    Sean Lange - Thursday, May 25, 2017 7:07 AM

    Good question. I remember another question on emails and data masking a couple months...

    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: RAM Required to run SQL Server + Web Application + SSIS packages

    Jeff Moden - Thursday, May 25, 2017 11:07 AM

    bmg002 - Wednesday, May 24, 2017 8: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.

  • RE: Problem with net framework 3.5 installing sql 2012 server

    What does your cbs.log file look like?  That should better point to what the error condition is.

    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: Problem with net framework 3.5 installing sql 2012 server

    what is the contents of your cbs.log file (C:/Windows/logs/cbs/cbs.log)?

    That should also indicate why it failed to install.
    Also, have you installed KB3005628?  That was a patch so you...

    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: RAM Required to run SQL Server + Web Application + SSIS packages

    I agree with everyone here.  You will want to set a max for the memory.  We had ours set to what we thought was good, then got some big SSIS...

    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: Problem with net framework 3.5 installing sql 2012 server

    Another thing to check is your error log.  That should indicate why .NET didn't install.  
    Which version of windows are you installing this on?

    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: RAM Required to run SQL Server + Web Application + SSIS packages

    Another thought - what is your max memory for your SQL instance set to?
    SSIS operates on different memory than the SQL Instance as would the web instance.  You leave...

    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: SSIS puzzler

    2 thoughts - is the data encrypted?  If so, did you bring across the decryption keys when you restored the database?
    and does the account on the local copy have...

    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: Download SQL Server 2014 evaluation edition.

    If you have the ISO already downloaded, you can grab any zip extraction tool (winrar, winzip, 7zip, etc) and use that to extract the files to a folder and install...

    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: SSIS Package Fails with DTEXEC

    As a thought - was the dtsx file originally created in Visual Studio 2015 with the BI development tools for 2016?  If not, it may be set to run in...

    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: Maintenance Plans Failing After SQL Server CU2 installed

    Not 100% sure on the back end magic of the maintenance plans, but I have a sneaking suspicion that that checkboxes and radio buttons only applies at the time 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: Maintenance Plans Failing After SQL Server CU2 installed

    I agree with Sue.  It sounds like your connections are buggered up.
    I had a similar issue ages back when I was doing upgrades from 2008 R2 to 2012 and...

    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,581 through 2,595 (of 2,917 total)