Forum Replies Created

Viewing 15 posts - 1,951 through 1,965 (of 2,497 total)

  • RE: Invoice and Payments?

    Does your organisation use an accounts package? This type of thing should be covered by the package.

    There are significant business risks in organisations writing their own accounts 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: SS2k5 distribution of services

    I agree with Michael but would add I would also put Reporting Services on a different box. SSRS in 2000 and 2005 needs IIS in order to run, and...

    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 Data-Wiping

    Wiping data is just a process to achieve an objective. What is your objective? What is the justification for the objective?

    Sometimes managers say they want data wiped so...

    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 2000 SP5?

    I questioned this with PSS many months ago and was told that maintenance for SQL Server 2000 has been stabilised and ther are no plans to issue a further hotfix...

    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: Unusually large backup size of transaction log?

    Also, do not shrink the database. Shrinking a database after doing a re-index does 2 things:

    1. It gives you bad NTFS file fragmentation that harms your performance. This...

    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: Data retention once database can be retired

    IMHO the whole issue of data retention is something our industry is underestimating.

    In the old days (before SOX, etc) it was relatively safe to copy old data to tape, send...

    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_OAMETHOD problems scripting certain tables

    Have you tried isolating the problem?

    * Does the problem occur on other tables

    * Does the problem occur when you try the process interactively using SSMS

    * Does the problem occur when...

    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: IA64 SQL 2005 Management Console issue

    Not much help to you, but I have had no issues with this on x64 or x86. Hopefully someone who uses IA64 can share their experiences.

    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: Daylight Saving in SQL Server 200

    SQL Server picks up time and date information from the operating system.  If your operating system is behaving correctly then nothing needs to be done for SQL Server to work...

    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: Backup can not be performed on database

    For a reason best known to themselves, Microsoft have decided that transaction log bacukps of master are not possible.

    It is possible to do transaction log backups of msdb, provided 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: Automating the conversion of DTS packages to .BAS files

    I thought this would be easy - just replace the SaveToStorageFile method with the method to save to VB.  Except there is no method to save to VB.

    I found a...

    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: Third Party encryption and tempdb

    Has your company looked at boot-level encryption tools such as Pointsec?  The organisation I work for uses Pointsec on all company laptops.  You need to supply a password at boot time 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: 64bit server memory problems

    Have you looked at the hardware diagnostics?  It may just be you have a faulty component.  Even if the hardware log is clear, your HP engineer should have some programs...

    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: SSIS as a ETL tool?

    am, if you have not come across Jamie before, he is a world expert on SSIS so his advice is good. 

    Although some ETL tools are more sophisticated or performant...

    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: Removing dbo from the ''''BUILTIN\Administrators'''' account

    Our policy is that all DBAs are members of a specific Windows domain group.  We make this group a member of sysadmin, and then we remove the BUILTIN/Administrators account.  We...

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