No announcements
Found 2020039 threads
-
0 Votes
Encryption interoperability
Hi I'm trying to encrypt data in .Net such that I can open it with a java security implementation (IAIK).Answered | 1 Replies | 9865 Views | Created by Yaron Naveh - Wednesday, September 10, 2008 10:03 PM | Last reply by sudarshans1 - Monday, November 3, 2008 9:08 AM -
5 Votes
SQL Server Version and Encryption
Transparent data encryption (TDE) is a new encryption feature introduced in Microsoft® SQL Server™ 2008.Answered | 6 Replies | 7282 Views | Created by Graeme Parker - Saturday, July 9, 2011 6:30 PM | Last reply by RamJaddu - Friday, July 29, 2011 10:52 AM -
1 Votes
SQL Server - Word interoperability interruptions
Is it run on the server side with a SQL server installation?Answered | 1 Replies | 392 Views | Created by Péter Salgó - Friday, June 19, 2015 10:26 AM | Last reply by Eugene Astafiev - Friday, June 19, 2015 2:21 PM -
0 Votes
Encrypting Connections to SQL Server
SQL Version(s) - Environment got two instances with different versions (SQL 2014 and SQL 2016) and two node SQL Always On ...Answered | 2 Replies | 597 Views | Created by NKalu - Monday, March 19, 2018 4:35 AM | Last reply by Shanky_621 - Monday, March 19, 2018 7:48 AM -
0 Votes
SQL Server 2014 & Encryption
Hi Haywardi, Since this case is closed, I would suggest you post a new thread about your issue with details in ...Answered | 3 Replies | 1292 Views | Created by Haywardi - Thursday, May 19, 2016 10:40 AM | Last reply by Lin Leng - Wednesday, May 25, 2016 9:41 AM -
0 Votes
SQL Server "Force Encryption"
http://dba.stackexchange.com/questions/52246/ms-sql-server-accepts-non-ssl-connections-even-with-force-encryption-enabled-on Raju Rasagounder Sr ...Answered | 3 Replies | 3273 Views | Created by NJR Consulting - Thursday, June 5, 2014 5:37 PM | Last reply by RAJU RG - Monday, June 16, 2014 1:17 AM -
0 Votes
SSL Encryption in SQL Server
Hi Asif_DBA, As far as I know, “Force encryption” is a server side setting which makes SQL Server allow only the ...Answered | 3 Replies | 1477 Views | Created by Asif_DBA - Monday, June 27, 2016 7:57 AM | Last reply by Raul Garcia - MS - Tuesday, June 28, 2016 5:58 PM -
4 Votes
Encryption options in sql server
Hi Samatha v, I’m afraid you cannot create an encrypted backup in sql server 2012.Answered | 6 Replies | 835 Views | Created by Samantha v - Tuesday, September 17, 2019 5:06 AM | Last reply by Amelia Gu - Wednesday, September 18, 2019 6:43 AM -
0 Votes
SQL Server Encryption
But understand that if someone uses SQL Injection to read data, the data will be decrypted before being sent to the user.Answered | 5 Replies | 1194 Views | Created by JBK123 - Thursday, March 13, 2014 7:33 PM | Last reply by Rick Byham, Microsoft - Thursday, March 13, 2014 9:22 PM -
1 Votes
SQL Server Encryption Question
You may need to use the following code to insert and select it: insert into [Table_name] values ...Answered | 2 Replies | 746 Views | Created by Satya Krishna - Thursday, March 9, 2017 3:29 AM | Last reply by Teige Gao - Thursday, March 9, 2017 6:16 AM -
0 Votes
SQL Server Encryption
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.seAnswered | 3 Replies | 1113 Views | Created by VijayKSQL - Wednesday, July 22, 2015 8:27 PM | Last reply by Erland Sommarskog - Thursday, July 23, 2015 9:10 PM -
0 Votes
SQL Server encrypting using SSL
Setting up SSL encryption...Issues, tips & tricks - ...Answered | 1 Replies | 3112 Views | Created by donsjones - Friday, October 19, 2012 12:03 PM | Last reply by SQLWork - Friday, October 19, 2012 5:43 PM -
0 Votes
SQL server column encryption
I performed exact same steps on my local SQL server.Answered | 9 Replies | 1532 Views | Created by SSRS-Newbie - Wednesday, June 24, 2015 9:22 PM | Last reply by Erland Sommarskog - Tuesday, June 30, 2015 10:01 PM -
0 Votes
SQL Server Encryption
You might be interested in the graphics in the topic Encryption Hierarchy https://msdn.microsoft.com/en-us/library/ms189586.aspxRick Byham, Microsoft, SQL Server Books ...Answered | 2 Replies | 923 Views | Created by donsjones - Friday, March 25, 2016 12:07 PM | Last reply by Rick Byham, Microsoft - Monday, March 28, 2016 3:12 PM -
0 Votes
SQL Server 2008 Encryption
Itz, TDE is encryption for data at rest, meaning that if someone were to steal the data files for the database those files would be encrypted.Answered | 1 Replies | 9117 Views | Created by Itz - Wednesday, March 10, 2010 1:51 PM | Last reply by Sean Gallardy - Wednesday, March 10, 2010 4:40 PM -
0 Votes
Request for feedback: SQL Server encryption interoperability
I can load the same cert into SQL Server.Discussion | 13 Replies | 23786 Views | Created by Raul Garcia - MS - Tuesday, May 8, 2007 12:48 AM | Last reply by Michael Hotek - Monday, October 1, 2007 4:59 PM -
0 Votes
SQL Server 2014 Encryption
Hi MelSQLDBA, Firstly, I’m sensing that you are using the SQL Server Instance Name in subject field of your certificate.Answered | 2 Replies | 1267 Views | Created by MelSQLDBA - Wednesday, June 22, 2016 10:22 PM | Last reply by Lin Leng - Friday, July 8, 2016 5:46 AM -
0 Votes
Encryption In Sql Server 2008
So if a person has access to the database he can still retrieve the data, probably you can try cell or cryptography encryption.Answered | 2 Replies | 5560 Views | Created by Rojit - Monday, January 18, 2010 4:02 PM | Last reply by VidhyaSagar - Tuesday, January 19, 2010 10:09 AM -
1 Votes
Encryption and Decryption in sql server
First, you need to decide if you want to handle encryption at the SQL level or the application level.Answered | 2 Replies | 3678 Views | Created by Kaleeswara Murthy - Tuesday, February 2, 2010 6:35 AM | Last reply by A.Lockwood - Wednesday, February 3, 2010 12:11 AM -
0 Votes
Sql Server Symmetric Encryption
One thing to consider when using SQL Server encryption is that it is designed to protect data at rest; and when using the DB master key (DBMK) as the root for your ...Answered | 2 Replies | 5953 Views | Created by CSharpMart - Thursday, March 11, 2010 6:26 PM | Last reply by Raul Garcia - MS - Friday, March 12, 2010 1:42 AM - Items 1 to 20 of 2020039 Next ›
No announcements