Forum Replies Created

Viewing 15 posts - 2,146 through 2,160 (of 2,497 total)

  • RE: Installing SP4 and hotfix

    Our standard is to apply HF 2187 to every SQL instance.

    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 Script a DB Role with Permissions

    I have a sp that can script permissions for a role, including column permissions and the Grant option.  If you want a copy, mail me at evassie@cls-services.com

    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: tempdb on local or san disks

    We are not clustered and have a similar disk situation to Andy.  I decided to put tempdb data files on the local disk.  The local disk also holds the paging...

    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: What''s the Right Thing?

    f this applied to UK customers purchasing from Amazon.co.uk (that is, everything is within UK jurisdiction), then I think UK law is fairly clear...

    If the supplier says thay will charge...

    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: Would I encourage my daughter to pursue a career in IT?

    I don't have any kids, which could make me more objective or less relevant.  Anyway, my view from living in England is...

    The recommendation I make to friend's teenage children is 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: Puzzled by simple recovery model and transaction log

    The normal recommendation about shrinking any database file is: do NOT do it.

    It is only worth shrinking a database file if you expect the smaller size to remain long-term.  If...

    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: 4 gigs of RAM withSQL 2005 Standard

    As Colin says, there are a lot of incorrect posts about tuning SQL memory.  For what my 5+ years of SQL experience is worth, Colin's post gives the right answer.

    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: Puzzled by simple recovery model and transaction log

    You are almost right about transaction log behaviour in Simple mode.  You need to take into account the impact of logical log files (see BOL for details of these) as...

    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: Easy Listening

    Look out for 'Desert Island Disks' on the BBC Radio4 site.  It is interesting to hear that week's celeb discussing what they would take and why.

    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: Hunting down Enterprise Manager in 2005!!

    As previous posts have said, you need SQL Server Management Studio.

    If your box does not have access to the internet, then you may find SSMS is a tad slow in starting...

    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_MSTablespace

    The figures for space used in sysindexes appear to get updated automatically when new extents are added to the object, but are not updated automatically when extents are released.  This can...

    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: Does JOIN order effect efficiency?

    The join order can affect efficiency.  It depends...

    The SQL optimiser is a good cost-based optimiser, but it is not psychic - if you do not tell it something it could...

    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: Problems Going From SQL Server 2000 SP3a to SQL Server 2005?

    As far as doing te upgrade is concerned, I recommend uninstalling SQL 2000 and doing a clean install of SQL 2005. 

    You should script all your user objects from master,...

    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: TempDB

    Another way to get your error message is if the auto grow parameters on tempdb are very small.  This also applies to all other databases. 

    When SQL decides it needs 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: Moving the system Clock for Testing purposes

    If your server is connected to a AD domain and you change the server clock to be outside the time tolerance of AD, then you risk corrupting AD on your domain...

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