Forum Replies Created

Viewing 15 posts - 2,116 through 2,130 (of 2,497 total)

  • RE: High transaction log volume when in Simple recovery mode

    First, Simple recovery mode in SQL 2000 does not reduce the amount of information logged in any way compared to Full recovery mode.  What Simple mode does is allow 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: SQL Server 2005 Adoption Survey Results

    I think the most significant quote from the results is

    "unless your company is operating at a CMM level 3 or higher -- don't upgrade and simply deploy new systems...

    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: The Religious Wars

    "Always" and "Never" are two words people should always remember never to use.  Especially when giving 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: SQLServer2005MSSQLUser$ComputerName$MSSQLSERVER

    I registered a request with Microsoft that it should be possible during the install to specify the groups that SQL Server uses.  The response was 'This will be considered for...

    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: Where are all the good SQL developers/DBA/DW developers?

    I think this follows on in some way from the editorial about the lack of women in IT.  There is also a lack of men in IT.

    We have managed 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: Growth of index file

    Avoid doing a shrinkfile if you know the file will grow again.  Repeated shrinkfiles will result in disk fragmentation which will harm performance.  You can only cure disk fragmentation 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: Loading a 24x7 Data Warehouse

    What is the size of your DW, and how long does the backup and the restore take?  I would be concerned that as your DW size grows, you may run...

    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: white circle

    If your account is not a member of the local Administrators group on the target server, you may get this issue.  KB 171862 describes this problem and gives a solution...

    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 others find x64 installation frustrating, or are we idiots?

    I have done W2003 x64 installs on a xeon box.  I needed to go back to the hardware vendor site to get some working x64 drivers.  (An x86 install on 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: to use 8Gb RAM on 64 bit Windows

    I have seen the AWE checkbox on 64-bit SQL, but have not found out yet if it is ignored or harmful.  There is no way that selecting AWE on 64-bit...

    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: Help: System Time is Wrong

    I am surprised that your server can be 12 hours wrong without AD complaining.  I would have expected the computer account to have been disabled in this situation.  You should...

    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: Bad Programming

    Maybe one reason vendor applications do not support the latest service pack is they have their own work schedules.  Adjusting the schedule to fit in a SP just because Microsoft...

    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: Floating point exception on SQL 2000 SP4 2187

    This probably should be reported as a bug to Microsoft.

    I think sp_MSforeachtable is not officially supported by Microsoft.  Therefore you will need to isolate where you get the fp execption,...

    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: Bad Programming

    I would really really like a standard schedule for releasing Service Packs.  This allows workload to be predicted and planned.  Irregular SP releases mean irregular application of SPs.  If 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: DTS failing in SQL Server 2005

    If you have the DTS Designer components installed and the package still does not work, then get hold of Filemon fron sysinternals.

    If you run Filemon while your DTS package 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

Viewing 15 posts - 2,116 through 2,130 (of 2,497 total)