Forum Replies Created

Viewing 15 posts - 556 through 570 (of 2,497 total)

  • RE: installation best practice advice from experts

    Personally, I have moved to the idea of putting the SQL programs and system databases (apart from tempdb and maybe msdb) on to the system drive.

    In any SQL server install...

    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: Attempt to install SQL Express 2012 and it stops

    If the SQL install stops when installing the Setup files, typically this is because one of the pre-requisite components has not been installed. Unfortunately just about the only clue...

    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: Replication Architecture for a Web Based Business Application

    If 98% of your customers have short-ish bills and are fine and 2% have long bills and have performance issues, maybe the simplest answer is to do some optimisation specifically...

    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 can esure data hold or persist in a database view till i havent refresh view

    You can get something close to what you describe with Snapshot Isolation, but ultimately what you are asking for is not what a database is designed to do.

    If you enable...

    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 v SQL 2014 - is it worth going for 2014?

    As you have not started your build, I would suggest going straight to SQL 2014.

    You will have read about the in-memory and column-store stuff, and they will help...

    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: Replication Architecture for a Web Based Business Application

    BTW, I did not explain why we think Always On is the strategic direction... The two reasons are simplicity and SQL 2014.

    1) Always On is inherently less work 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: Replication Architecture for a Web Based Business Application

    On the face of it, your application was designed to cope with a given volume and your business is now exceeding the design volume of the application.

    My advice...

    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: Replication Architecture for a Web Based Business Application

    We have used replication for many years and have followed what Microsoft are doing with each SQL release with a lot of interest. Although P2P replication has been introduced...

    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: Peer-to-peer replication questions

    We currently use P2P replication betwen two AWS availability zones. We also use normal transactional replication to scale out within each AZ to provide enough power to meet our...

    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: Unable to setup SQL 2012 Distribution server on SQL 2005 SP1 -- suggestions please

    We were part of the SQL Server 2012 TAP program and hit this issue. It was raised as Connect item 652849.

    The feedback from MS was that replication...

    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: Advanced Microsoft SQL Licensing

    I am not entirely satisfied with the licensing module from MS.

    I can't see the point of such a complex license model.

    I see the new licensing model as a threat...

    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: Unable to setup SQL 2012 Distribution server on SQL 2005 SP1 -- suggestions please

    You cannot replicate between SQL 2012 and SQL 2005. There is no known way round this that is supported by Microsoft.

    SQL 2005 replication depends on the routine DATABASEPROPERTY which...

    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: Forename Standardisation Tables

    This type of standardisation may pervent you from getting false negatives based on name, but you are likely to have a significant number of false positives.

    Name matching is the 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: Advanced Microsoft SQL Licensing

    If you are buying new licences then the advise I have had from our MS Licence vendor is you have to comply with SQL 2012 licensing conditions, even 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: Who done it? Deleting Replication Jobs...

    If you are doing this type of forensics, then IMHO this justifies changing a system stored procedure for the duration of the investigation.

    Look at the source of sp_removedbreplication and add...

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