Forum Replies Created

Viewing 15 posts - 2,206 through 2,220 (of 2,497 total)

  • RE: AWE/3GB on 8GB cluster with two SQL instances

    The /3GB switch is in BOOT.INI and therefore refers to the operating system, not SQL Server. 

    With 32-bit addressing, you can access 4GB of memory.  This is normally divided by...

    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: Protecting Data

    Let's go back to Service Management (as per ITIL) and Audit (as per COBIT) best practice. 

    The job of Service Management professionals is to 'pull' the framework of corporate IT so that it:

    a) 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: SAN and Fragmentation

    John has a very good point.  You should look to avoid file system fragmentation by setting appropriate database file sizes and growth increments.  Also, very important, avoid regularly shrinking your...

    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: tricky question... getting the job name to appear in the job step.

    Google 'sql jobid sysjobs' and look at the hit from sqldev.net.  This looks like having the code you need.

    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: Auto Grow And Auto Shrink???

    Both autogrow and autoshrink will give hard drive fragmentation, but autoshrink is the real killer.

    If you start with a minimum size database and do maintenance such as index rebuilds, 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: Calculating free space at the end of a data file

    To visualise this, use Enterprise Manager.  Click on a database to get it in focus, then right-click, and select view taskpad.  The taskpad display will show space used and space...

    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: Setting a database to "Restoring"

    I have never tried doing what you want to do.  Is it possible to use a different SQL instance to do all your restore work.  When you have a clean...

    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: On a mission from my boss

    You could do a lot worse than using Conchango (from a satisfied customer).  They have probably more MVPs working for them than any other company, and have been involved in...

    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: Closing on One Year

    We looked at the implications of upgrading to SQL 2005 earlier this year and decided it was too much effort to fit into our business plans this year, and possibly...

    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: Windows Permissions

    In some situations it can be frustrating to have to get a local admin account unlocked to allow me to do some work, but this is a very rare situation. ...

    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: Windows Permissions

    In our shop we run SQL using a local admin account, but DBAs all have general user account access.  You can use Windows permissioning to allow any account to start/stop...

    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: EWeek calls DBA''''s "Low End" IT Workers

    Outsourcing and offshoring are just expressions of the business need to get the most value out of the IT Investment.  If the CxO and Board see figures that show 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: Indexing a View

    The advice of tuning the underlying tables, and using a dummy entry (eg -1) so you can convert your outer joins to inner joins 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 2005 on a VM

    I would want to do some serious benchmarking before putting any production SQL Server box on VM.  Microsoft still has a long way to go with virtualisation, and still has...

    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: MSDE: Conflict with two SQL instances running

    You can run multiple SQL instances on the same server, regardless of service pack.

    What are your instances called?  Is the instance name reflected in the path to the program libraries...

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