Forum Replies Created

Viewing 15 posts - 856 through 870 (of 2,497 total)

  • RE: SQL 2008 v. 2005 Features from Career Perspective

    My advice is take control of your career!

    One tool that can help is a TechNet subscription from Microsoft. This allows you to use all the MS operating systems 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: Alternative Solution ForDBCC UpdateUsage

    What do you want to do when you get all this information?

    It is very unusual to need to know the database size on a frequent basis. 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: Unable to install Windows Installer MSP fileExit Code Returned: 11032

    The system is wanting to upgrade a x64 version of SQLWriter but you are running on a x86 machine. It looks like you are trying to apply the x64...

    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: Upgrading Reporting Services 2005 to 2008

    What you want to do is only supported using Enterprise Edition and above and needs to use domain accounts.

    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: Installing SQL Server 2000 Personal Edition hangs on "Setup is starting the server and installing your chosen configuration..."

    You can get problems even on SQL 2008 R2 if you try to run the install on a networked drive. It is always best to have the install media...

    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: Cluster Groups

    Windows 2003 clustering will create a cluster group for every shared drive you add to the cluster. Typically you will want to move some of these drives to 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: Unable to install Windows Installer MSP fileExit Code Returned: 11032

    Do you have any files with more detail of the error? If so please can you attach them - it is not possible to work out the cause of...

    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 install SQL Server 2008 R2 from hard disk...

    For SQL 2008 and above, just copy the contents of the ISO file to a folder on your disk. You only have to worry about the \Servers and \Tools...

    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: 2005 installation on local machine - reporting services issues

    Have you enabled the IIS6 compatibility options in IIS7? You need these if you are going to get SSRS 2005 working on IIS7.

    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 slow under restricted account

    There are lots of rights that need to be applied to the service account if it is not local admin. The main problem is finding a full list of...

    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: Insert More than 2GB Data into the Column

    Data type is ntext.Its an requirement from the client.

    The client probably has a requirement that the database system manages data with a length greater than 2GB. It 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

  • RE: Sql server Agent stops working

    The clue to the problem might just be in the error message

    [097] Memory leak detected [204 bytes]

    Exception 5 caught at line 403 of file e:\sql9_sp2_t\sql\komodo\src\core\sqlagent\src\alerter.cpp. SQLServerAgent

    My reading 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: Upgrade a standalone instance to Cluster

    It looks like you are planning to build new servers to form the cluster. I hope this is your plan as this is the only safe way to do...

    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: Fastest 4 way Database Server

    ask HP, Dell, and IBM to provide their best offers after explaining your situation, and try them with your workload

    This looks like good advice to me. But I would...

    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: MSDTC Problem

    Have you Googled MSDTC Troubleshooting? There are a lot of very useful articles at the top of the result list that should help you.

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