Forum Replies Created

Viewing 15 posts - 796 through 810 (of 2,497 total)

  • RE: SQL Clustering 2008 Features?

    For me, the main changes in SQL 2008 clustering compared to SQL 2005 are:

    1) Explicit install options for creating the first node and adding additional nodes. This stops potentially...

    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 Clustering 2008 Features?

    Unfortunately most of the information in this link is wrong applies to Windows 2008 but not to SQL 2008. The multi-subnet clustering and support for OR dependencies never made...

    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: upgrade 3-node sql 2005 to sql 2008 cluster

    I would always want to tackle this by building a new cluster on new hardware. This allows me to separate the build and test of the new system from...

    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 FTS Catalogs on Dedicated Disk Array

    If SQL 2008 and above, the FTS catalogs are part of the database.

    If you want to store the tables with FTS indexes and the associated FTS catalog of a separate...

    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: Saving Multiple RDL's to local computer

    I echo Phil's suggestion of RS Scripter. It is probably the best free tool for the job you want.

    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: Instance failure 19019 on active active cluster

    It looks like you are over-committing memory. Wit ha 64-bit machine ther is no performance advantage in trying to use more memory than exists on the box. Although...

    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: Back-up strategy

    As other people have said, you need to start with the RTO and RPO for your applications. If you do not understand the importance of these terms then read...

    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 practice for SQL SERVER 2008 Installation?

    You can definitely install SQL Server while your server is in Workgroup mode and then make the necessary changes after it is put into Domain mode. You can also...

    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: SSRS 2005- Hiding Parameter Conditionally

    There are a number of ways to hide a parameter in SSRS, and the right method for you depends on what you want to do. Have you tried Googling...

    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: Using 2005 rather than 2008

    Developer Edition includes all the features of Enterprise Edition, but is not licensed for use on a Production service. If it is all that you can afford then it...

    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 a project needs a seperate team for SQL?

    If you are using Agile as your development methodology, then best practice is to include all the skills you need for a sprint in a single team. If you...

    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: SSRS 2005- Hiding Parameter Conditionally

    I do not understand what you want to achieve. Please can you give more details about what you want to do, including an example.

    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: Insert Millions of rows into a table at a time

    I got a task to do.I need to insert/update/delete 400,000 new rows into Adventure Works DB table inorder to test how Proactive caching works in different scenarios.

    Need to show POC(Proof...

    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: Differential backup without full backup

    Remember, the only point of taking a backup is so you can do a restore. If you cannot do a restore, all the backups you have are useless.

    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: Using 2005 rather than 2008

    If you are putting your own money into training, a TechNet subscription is a good use for some of that cash.

    TechNet gives you all Microsoft operating systems and Server software,...

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