Forum Replies Created

Viewing 15 posts - 721 through 735 (of 2,497 total)

  • RE: The Influence of the Cloud

    A lot of people seem to be writing as though 'the cloud' is some homogenous entity that exists somewhere just this side of the horizon. This makes it easy...

    Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.

    When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara

  • RE: Multiple sqlservr.exe on Task Manager

    Do you have the 'Windows Internal Database' installed? The internal database is a special instance of SQL Server.

    Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.

    When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara

  • RE: Down grade from sql 2008r2 Enterprise to Standard

    You should be able to do this via the Edition Upgrade option, I am sure we have done this.

    Go to Microsoft SQL Server Configuration Tools, and navigate to...

    Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.

    When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara

  • RE: The Influence of the Cloud

    The organisation I work for is moving its entire server estate to AWS, so I definitely expect to be working more with the cloud in 2013 than this year.

    We...

    Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.

    When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara

  • RE: BIT datatype and Oracle

    True - if you are writing a multi-platform product then you are limited in what you can do, and you have to accept the costs of doing this.

    The OP did...

    Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.

    When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara

  • RE: BIT datatype and Oracle

    Does your business know how much cost and time they are adding by forcing people to write code that can run on multiple types of DBMS?

    This is like...

    Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.

    When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara

  • RE: Anything out there better than SSRS

    A number of our business units have installed Tableau Desktop and find it does the job for them.

    If you are unable to upgrade to SQL 2012 then Tableau can be...

    Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.

    When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara

  • RE: SQL 2008 R2 - peer to peer replication

    Even if you use Sync Framework to do P2P data propogation, this does not overcome having to deal with update conflicts.

    Your design either needs to accept that conflicts will occurr...

    Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.

    When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara

  • RE: SQL 2008 R2 - peer to peer replication

    P2P is inherently a multi-master system. If you update the same row in multiple peers at the same time you will get an update conflict.

    SQL 2008 R2 allows automatic...

    Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.

    When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara

  • RE: Changing No. of CPUs when SQL Server 2008 already installed

    In general, this should not cause you any problems.

    However, if your Production environment relies on parallelism and you cannot get the same degree of parallelism in your test environment, then...

    Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.

    When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara

  • RE: can SSIS be part of cluster

    SSIS can be clustered, but you have to do it manually.

    However, there are very few situations where clustering SSIS will be of benefit, and many situations where it can be...

    Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.

    When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara

  • RE: Installation error -SQL server 2008R2 failover cluster through cmd prompt

    I have had so much trouble trying to install a SQL Cluster with the RTM installer that I always set up slipstream media with the latest SP, and also tend...

    Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.

    When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara

  • RE: Do not require registration to just read articles

    Registration is a pain!

    There are many times when I have wanted to read an article on a site, but gave up when it asked for registration. Every new site...

    Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.

    When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara

  • RE: Install SQL SERVER 2008 CLUSTER WITHOUT LOCAL ADMIN RIGHTS

    FineBuild can do an unattended SQL Server install of a cluster for you. Its security model is that no account, apart from the account running the install, needs local...

    Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.

    When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara

  • RE: how to change the installation to another drive

    The SQL Server install will always put upwards of 3GB on to the system drive. Most of this goes into the GAC, which must always exist on the system...

    Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.

    When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara

Viewing 15 posts - 721 through 735 (of 2,497 total)