Forum Replies Created

Viewing 15 posts - 2,161 through 2,175 (of 2,497 total)

  • RE: VMWare Performance Testing Methodology

    Another factor to consider is the use of VMWare RAW disks.  I did a SQL benchmark in 2004 with raw compared to native disks compared to a physical OS.  With all...

    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: Can you recomend a Reporting tool for VLDB (Very Large Database)

    You need to identify your requirements in far more detail in order to pick the appropriate tool.  These will include not only presentation quality and security, but how the tool...

    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 do you install SQL 2005 as an unnamed database so it takes the computer name?

    As Brian says, the default instance of SQL 2005 will do what you want.  The default instance actually has a name of MSSQLSERVER, but you do not need to specify...

    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: Migration of 2000 to 2005 on the same server

    I would avoid doing an in-place upgrade if at all possible.  You end up with a mix of SQL 2000 and SQL 2005 folder names and file locations.  SAC normally...

    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: Clustered SQL 2005

    I have found SAC to be very reluctant to display all the SQL services.  One sure way I have found to upset it is install SQL 2005, uninstall it, 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: Generate Script without using EM

    Try NigelRivett.net, who has some sample routines on his site.  Also try Googling 'Jobserver class', for more details on how to use it.

    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: Simple Recovery Model & Transaction Log

    Steve is right.

    In SQL2000, Simple recovery mode logs virtually the same amount of information as Full recovery mode.  In SQL2005, Simple recovery mode logs virtually the same amount of information as Bulk Logged...

    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: Cannot generate SSPI context.

    The error message you are getting means you need a Service Principal Name (SPN).  Google SETSPN and SQL to see the syntax, and persuade one of your Infrastructure people 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: SQL Server 2005 Dev Edition - Error -Event ID 11304 - Source MSInstaller

    You have hit the 2 CD problem.

    The SQL 2005 install media are divided into 2 CDs.  CD 1 contains the server components, and CD 2 contains the client components.  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: The 400,000 Member Milestone

    It is great being able to help others, and to get help on my problems.  Thanks for the prize!

    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: MySql vs Sql, Bombay vs Rio

    My view is that if your 'opponents' have produced an Expert's report stating a particular view, then your organisation will need to commission an Expert report also.  Your responsibility should be 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: Home Sweet Home

    I am now working about 5 miles from where I was born, both in London, but I live about 80 miles away.  Between then and now I have lived and/or worked 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: CASE WHEN

    The statement CASE WHEN Col001 NOT LIKE 'NULL' will be looking for the character string 'NULL'.  If this is really what you want to do, then it would be more...

    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: Installation of SP2 for SQLServer 2005

    You should plan to upgrade your SQL Server release to RTM code.

    Any service pack is only supported when applied to RTM code.  Even if you do get SQL 2005 SP2...

    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 Technical Manager

    The priorities of a good manageer should be: 1) Managing their own staff; 2) Managing their peers and superiors; 3) Managing relationships with customers and vendors; 4) Managing their own...

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