Forum Replies Created

Viewing 15 posts - 496 through 510 (of 2,497 total)

  • RE: Best solution to test as a trial

    Visual Studio is quite happy with SQL 2012 / 2014 and with Azure.

    Your choice of IaaS or PaaS is likely to be influenced by your current infrastructure and plans. ...

    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 2012 Ent Server+Cal to PER CORE - reinstall or SKU Upgrade?

    If your CAL licences are valid and you are changing to Core licensing, then you may not need to do anything within SQL Server.

    If your core licenses are...

    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: Best solution to test as a trial

    How do you plan to access your database engine in the cloud?

    If you go down the IaaS route then you install SQL on a VM and everything is...

    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 2012 Ent Server+Cal to PER CORE - reinstall or SKU Upgrade?

    SQL 2012 Enterprise is only licensed by Core. If you think you are using CAL licenses with EE then you may not be correctly licensed.

    SQL 2013 BI and SQL...

    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: Cluster installation of SQL server 2012 fails every time!

    The network resource issue and the Kerberos issue are probably not related, and in any case the thing that is killing your cluster install is the network issue.

    After your cluster...

    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: legally installing sql express to my clients computers

    A number of companies package SQL Express with their product, and run the SQL install during the product install. In most situations it is best to install a named...

    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: enable the feature .Net 3.5 framework via servermanager in windowsserver2012

    Windows 2012 and Windows 2012 R2 require their own source media for the .Net 3 install. Even though Microsoft has very large amount of software currently in support that...

    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: Service Pack question

    It should be OK, but as you said, you need to test...

    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: Service Pack question

    The most recent fix I know for SQL 2005 is KB 2716427 which is a security fix that is applied to SP4. It is cumulative to all previous fixes...

    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: Conceptual Question Replicating Data from standalone SQL Server to AWS Cloud

    There are LOTS of components in AWS. If you try to learn everything before you use anything, it is a very steep learning curve. My advice is 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: SP upgrade for SQL 2005 active/passive cluster

    The SP installer can update the clustered components on all nodes, plus the non-clustered components on the node on which it is run, all within a single run of the...

    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: Conceptual Question Replicating Data from standalone SQL Server to AWS Cloud

    If you install your own SQL instance then you can use transactional replication.

    As part of our migration from co-lo datacentres to AWS, we had SQL P2P replication running between the...

    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: Large FT Catalogs and little lock icon by the file

    Full Text catalogues created by SQL Server are an intrinsic part of the database. If you do anything to these files without letting SQL Server know then the database...

    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: migration to sql 2008 r2

    Why are you planning to upgrade only to SQL 2008 R2?

    Apart from SSIS, there are very few changes between SQL 2008 and SQL 2012 or even SQL 2014. The...

    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: Update a SQL View ..(BY-SHUBHAM SAXENA PIIBHIT)

    It is always good to ask your assistant if they know the answer, it is quicker than asking in any forum, and Google is the most knowledgeable assistant I know.

    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 - 496 through 510 (of 2,497 total)