Forum Replies Created

Viewing 15 posts - 166 through 180 (of 2,497 total)

  • Reply To: Linked Server With SQL Authenticated Users

    I think that when you log on with your SQL account you have a security context of that account. When you then do the linked server bit there is 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

  • Reply To: Alwayson availblity group on dev edition vs enterprise edition

    Developer Edition give all the facilities of Enterprise Edition.

    Also, Developer Edition is not restricted to individual use. The restriction is on type of use. A whole team can use 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

  • Reply To: Multi-Site Cluster with cloud File Share Witness - What happens?

    My only advice is to build a test cluster to a similar spec and try out the various failure scenarios. Repeat the tests a few times to see 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

  • Reply To: SPN / SSPI Context error even though SPN exists

    Back in the old days before Microsoft fixed all security issues in Windows (: there was a thing called Unconstrained Delegation.  This was the default setting and resulted in an...

    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

  • Reply To: backup practice/strategy/risks

    I may be wrong but it seems like the backup strategy was set up for the convenience of the people running it and not for the needs of the business.

    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

  • Reply To: SQL on Virtual Machine

    There is a lot that is not said in your question. I will focus mainly on high-level items in this reply.

    My first experience of using a DB on a virtual...

    • This reply was modified 3 years, 9 months ago by EdVassie.

    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

  • Reply To: Upgrade 2014 Web Edition to Standard

    You should be able to do this via the SKU upgrade option. It may even be possible to do it by changing the license key for a Standard Edition key.

    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

  • Reply To: SELECT * FROM ( ... ) X

    There has been a fair bit of high level stuff about how to use X, but no low level stuff about why it is there and why it is needed.

    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

  • Reply To: Help me understand SSIS Environments

    If you have things called 'Development and Production' environments and 'Change Control' then SSIS environments can be useful.

    A place I used to work had dedicated staff doing the Production implementations....

    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

  • Reply To: How to restore a database with Full Text Search

    You said you have done a Copy Only backup. This may not be what you actually need.

    Unless you really know what you are doing and the restrictions related 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

  • Reply To: AG failover failing - Duplicate IP error

    Your AG listener needs to have a unique IP address. It should not try to share the address with a node or any other object.

    Your client applications connect to 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

  • Reply To: Import Agent job history from another server

    Part of your job is to tell management what is possible and what is not.

    You may have a technical solution that merges job history, but it requires you to manipulate...

    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

  • Reply To: Migration of 2008 db to 2016 db causing varchar(max) issues

    Fredrico's question is important. Why are you making this change. If it is needed why are you doing it as part of the DB migration.

    You are doing a data format...

    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

  • Reply To: SQL Server 2019 HA

    To link your applications to the servers use DNS aliases. I have used a two-tier setup of Application aliases and Failover aliases. See my post from July 11 for 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

  • Reply To: SQL Server 2019 HA

    First thing, you need to be very clear about the business problem and what you are trying to solve. Eventually you will have to ask for money to get 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

Viewing 15 posts - 166 through 180 (of 2,497 total)