About 282,000 results
Open links in new tab
  1. Options for Data Encryption in SQL Server 2008 R2 Standard Edition?

    Sep 24, 2013 · 8 I'm helping a friend with setting up encryption of data on SQL Server 2008 R2 Standard edition. Upon original research I thought I could use TDE but did not realize that it was only …

  2. Enabling Encryption on Clustered SQL 2008 R2 - SQLServerCentral

    Dec 1, 2010 · Hi All, I have a SQL Server 2008 R2 (10.50.1600) cluster running on Windows Server 2008 R2. It is a three-node cluster and there are four instances. We are pre-production and the …

  3. Transparent Data Encryption (TDE) SQL Server 2008

    Jun 17, 2008 · Transparent data encryption, otherwise known as TDE is one of the new features introduced in SQL Server 2008.

  4. How to Encrypt SQL Server 2008 Database - Stack Overflow

    Jan 12, 2012 · SQL Server 2008 (or 2008 R2) should have an internal mechanism to encrypt and decrypt information which given and taken to application. How to get it to work? Encryption is needed …

  5. Create linkied server encrypted from sqlserver 2019 to 2008r2 using ...

    Mar 24, 2023 · I have som sql server 2008 r2 that I want to connect to it have force encryption set to NO and some expired certyficate Now, from new sql server 2019 I want to make new linked server …

  6. SQL Server error 31 - "Encryption (ssl/tls) handshake failed", in an ...

    Mar 2, 2024 · In the research I've done, almost everywhere says this exception has to do with using TLS 1.2 to connect to SQL Server. I have tried many solutions but without success. This is the SQL …

  7. Encrypting database tables in SQL Server 2008 - Stack Overflow

    Dec 8, 2011 · I have a Windows application using a database in SQL Server 2008. I do not want users to see the database tables. How can I encrypt tables in my database?

  8. sql server 2008 r2 - Why do I need to backup the Database Master Key ...

    The database master key is used to encrypt other keys and certificates inside a database. If it is deleted or corrupted, SQL Server may be unable to decrypt those keys, and the data encrypted using them …

  9. SQL server service won’t start after disabling TLS 1.0 and SSL 3.0

    Feb 17, 2015 · As of January 29th, Microsoft SQL Server supports TLS 1.2 for SQL Server 2008, SQL Server 2008 R2, SQL Server 2012 and SQL Server 2014 and major client drivers like Server Native …

  10. Database Encryption Methods in SQL Server 2008 R2 Standard edition

    May 24, 2016 · 0 I want to setup the data encryption on SQL Server 2008 R2 Standard edition at database level. I already tried TDE but it is not available in Standard edition. What can be the most …