Forum Replies Created

Viewing 15 posts - 1,366 through 1,380 (of 2,497 total)

  • RE: Thoughts on Job Execution on Multi-Processor System: Synchronous or Asynchronous

    I think you need to get some clarity from your vendor on what you are allowed to do. The vendor may well be concerned if you want to change...

    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: SELECT FUN

    I think previous posters have said all that is needed. Either option 1 or option 2 are correct as there is no ORDER BY clause. It would be...

    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: Thoughts on Job Execution on Multi-Processor System: Synchronous or Asynchronous

    If you have multiple files in your filegroup, then using fragmentation stats to decide if an index needs maintenance will not work.

    Fragmentation stats work well with a single-file...

    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: Thoughts on Job Execution on Multi-Processor System: Synchronous or Asynchronous

    There is no inherent need to run these jobs in a single stream or in multiple streams. You just need to be aware of the impact running multiple streams...

    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: Database Size growing so fast nearly 200GB

    IMHO you should stop the index rebuilt in the maint plan and do it table by table.

    After this has been done, look at the size of your largest...

    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: Online T-SQL Scripts and Copyright

    Good article!

    I tend to put a copyright notice on all my scripts, and state they are distributed under the Ms-Pl License. I sort of hope people will Google 'Ms-Pl...

    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: Database Size growing so fast nearly 200GB

    If you do a REBUILD INDEX of all your tables in a single process, you are likely to end up with double the database file size you really 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 Growth - Best Practices

    Regarding the growth settings, I agree It Depends. Some people advise proper capacity planning and setting zero growth, some advise setting an appropriate growth increment for the file size.

    Where...

    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: Are multiple-instances on a single cluster supported with SQL Server 2005?

    You need to build the Windows cluster first. Then you install SQL Server in cluster mode.

    If you now have two servers that are not in a Windows cluster, 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: sp_changeobjectowner fails to reassign user to table

    This could be a schema issue. One thing you should do is read what Books Online (BOL) has to say about schemas.

    If the dbuser account in the old 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: Files not shrinking with DBCC SHRINKFILE after DBCC INDEXDEFRAG frees pages

    How often do you do the shrink? If you do it daily, then stop it running for a week and see what impact this has on your overall file...

    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: General question about transaction log backups.

    You say the disk backups are copied to tape at 11PM every night.

    Are you 100% certain this happens every night, and 100% certain it always happens at 11PM.

    Or...

    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: Not able to shrink Tlog

    Forcing a log truncation is never a good idea, except in an emergency situation.

    Did you find out why replication had not procesed some of your work? If not, then...

    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: Shrink log files isssue

    You should not shrink a database file or a log file if you expect it to grow again within 3 months. Shrinking a database mdf file causes internal disorganisation,...

    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: Files not shrinking with DBCC SHRINKFILE after DBCC INDEXDEFRAG frees pages

    Take note of what Edogg says. Shrinking a database file will disorganise the data within the file and cause NTFS fragmentation. Both of these will harm the performance...

    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 - 1,366 through 1,380 (of 2,497 total)