Forum Replies Created

Viewing 15 posts - 1,726 through 1,740 (of 2,497 total)

  • RE: Restart SQL Agent Task(s) on reboot of server.

    I had issues in my old place in SQL Server 2000 in jobs that are run automatically when Agent starts. The best I can remember is sometime a auto...

    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 Agent log

    You have a problem with SQL Mail. This is the resolution process I normally follow. Re-test after each stage - when the problem is fixed, don't do 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: Password at Database level

    If lots of people are logging on using the SA account, in SQL Server 2000 and below you can not stop them dropping databases.

    You need to move to a new...

    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: Default a user to the dbo schema in MS-SQL 2000

    Tommy has given 1 way to do this. I can give another way that Microsoft does not object to.

    The SQL Login that is the database owner (as shown 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: Laptop

    When you get to look at software, I recommend a TechNet Plus Direct subscription. MS in UK has a special offer for new subscribers until 18 March - GBP...

    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: 64-Bit Install Gotchas

    Here are some references about setting a maximum memory limit on SQL Server 2005

    http://blogs.msdn.com/sqlprogrammability/archive/2007/04/30/will-64-bit-increase-the-performance-of-my-sql-server-application.aspx

    http://support.microsoft.com/kb/918483

    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 Break Replication

    Dave,

    A very good article! There is so little good information available on troubleshooting replication problems, so this is a valuable addition.

    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: 64-Bit Install Gotchas

    Hopefully you will haveseen this already, but in 64-bit you MUST set the upper memory limit for SQL Server. Otherwise it treats the pagefile space as part of 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: Physically restarting the server

    Dump Tran with no_log

    DBCC Shrinkdatabse (' ')

    These are 2 statements that you should avoid if you want good performance and recoverability.

    If you are running with Full or Bulk Lokkged...

    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: Troubleshooting memory consumption/server freeze in SQL 2005

    I think Standard Edition ignores the 'lock pages' possibilities. In any case, Windows is more than happy to rob SQL of memory if something higher up the Windows food...

    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: Trying to move the entire SQL install to another drive

    The problem of installing everything on the system drive is that W2003 behaves as though it owns everything on the drive. A Windows Admin person has told me there...

    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: Split SQL DATABASE ON RESTORE

    You need to plan this very carefully, as making any changes for a database of your size is time consuming.

    One approach is to add additional files to the existing filegroup,...

    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: Attach database with missing .ndf

    A different server often just means a different SQL instance. You could put a named instance on your original server, and use the named instance to hold the archive...

    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: Trying to move the entire SQL install to another drive

    The SQL Server install places a large amount of code into the Global Assembly Cache (GAC) on the system drive. It also always places the installer bootstrap files on...

    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 backups reset archive bits?

    Most people advise you keep products such as Bacukp Exec well away from SQL Server. They may produce a backup directly from SQL Server, but you may not get...

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