Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Blog - Title
MSDN Blogs
>
SQL Server Security
Server & Tools Blogs
>
Data Platform Blogs
>
SQL Server Security Blog
All About Data Platform
All About Data Platform
Data Development
ADO.NET (Managed Providers, DataSet & EF)
WCF Data Services
SQL Server Customer Advisory Team
SQL Server Protocols
Microsoft XML Team
JDBC
Microsoft Drivers for PHP for SQL Server
Sync
SQL Server Data Tools
StreamInsight
Data Quality Services
Data Quality Services
SQL Server Customer Advisory Team
Jessica Meats’ Blog
All MSDN DQS Postings
OLTP
SQL Server Team
ADO.NET (Managed Providers, DataSet & EF)
SQL Server Customer Advisory Team
SQL Release Services
SQL OS
Running SAP on SQL Server
Conor vs. SQL
SQL AlwaysOn Team
SQL Server Manageability
Integration Services
SSIS
Data Quality Services
SQL Server Customer Advisory Team
All MSDN SSIS Postings
Data Security & Storage
SQL Server Security
SQL Server Storage Engine
SQL OS
SQL Server Customer Advisory Team
Data in the Cloud
Windows Azure
Your Data in the Cloud
SQL Server Team
Silver Lining
SQL Server Security Blog
Live Now on Server & Tools Blogs
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
Tags
"Transparent Database Encryption" Database Security Encryption TDE DEK database encryption key
25713
action_id
Checksum
class_type
Compliance
Cryptography
Execution context
firewall
HashBytes
Hashing
Microsoft Source Code Analyzer for SQL Injeciton
network security
Permission Hierarchy
Permission Model
Permissions
RC4
RC4_128
Salting
SQL Injection ASP
SQL Server Audit
More
▼
Less
▲
Archives
Archives
October 2012
(1)
April 2012
(1)
March 2012
(1)
February 2012
(2)
October 2011
(1)
August 2011
(2)
July 2011
(1)
April 2011
(1)
February 2011
(2)
January 2011
(1)
December 2010
(4)
September 2010
(2)
July 2010
(2)
June 2010
(2)
April 2010
(1)
March 2010
(2)
February 2010
(4)
November 2009
(1)
October 2009
(1)
June 2009
(2)
May 2009
(2)
April 2009
(2)
March 2009
(4)
February 2009
(2)
January 2009
(3)
December 2008
(3)
November 2008
(1)
October 2008
(2)
August 2008
(1)
July 2008
(2)
June 2008
(2)
March 2008
(1)
January 2008
(1)
December 2007
(1)
November 2007
(1)
More
▼
Less
▲
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
SQL Server Security
SQL Server and the Windows Server 2008 Firewall
Posted
over 5 years ago
by
Shawn Hernan
9
Comments
We’ve long recommended that customers use the Windows Firewall to protect SQL Server installations. Starting with Windows XP/SP2, and continuing with Windows Vista, the firewall has been enabled by default on Windows client operating systems. Windows...
SQL Server Security
xp_cmdshell
Posted
over 5 years ago
by
Raul Garcia - MS
2
Comments
xp_cmdshell is essentially a mechanism to execute arbitrary calls into the system using either the SQL Server context (i.e. the Windows account used to start the service) or a proxy account that can be configured to execute xp_cmdshell using different...
SQL Server Security
Enforce Windows Password Policy on SQL Server Logins
Posted
over 4 years ago
by
liyingj
3
Comments
If users choose to use SQL login to connect to SQL Server rather than using NT authenticating, it is worth to remind that SQL server does provide the option of enforcing window password policy on SQL logins. When creating a SQL login you can specify...
SQL Server Security
Data Hashing in SQL Server
Posted
over 2 years ago
by
Don Pinto
4
Comments
A common scenario in data warehousing applications is knowing what source system records to update, what data needs to be loaded and which data rows can be skipped as nothing has changed since they were last loaded. Another possible scenario is the need...
SQL Server Security
Microsoft ® Source Code Analyzer for SQL Injection – June 2008 CTP
Posted
over 5 years ago
by
Bala Neerumalla
6
Comments
Today Microsoft has released a Community Technology Preview of a new source code analyzer that can help ASP developers find SQL Injection vulnerabilities in their code. Three weeks ago Microsoft released guidance ( http://blogs.technet.com/swi/archive...
SQL Server Security
SQL Server Authentication Troubleshooter
Posted
over 3 years ago
by
Raul Garcia - MS
0
Comments
I am posting this article on behalf of my teammate Lyudmila. A new tool to help investigate ‘Login Failed’ errors in SQL Server has been recently implemented and published on CodePlex: http://ssat.codeplex.com/ The tool is implemented in C# and...
SQL Server Security
How to create a SQL trace using T-SQL
Posted
over 5 years ago
by
liyingj
0
Comments
Some users want to know if there is a way to monitor events on SQL server without using SQL Profiler. Yes, there is: the engine support behind SQL Profiler is the feature called SQL Trace which is introduced in SQL 2005. SQL Trace provides a set of stored...
SQL Server Security
Blocking automated SQL injection attacks
Posted
over 3 years ago
by
Bala Neerumalla
4
Comments
SQL injection attacks have been on the rise in the last two years, mainly because of automated tools. We first witnessed these automated attacks in December 2007, and since then very little has changed in the way that these attacks work. Attackers use...
SQL Server Security
Database Encryption Key (DEK) management
Posted
over 3 years ago
by
Zubair Ahmed Mughal - MSFT
8
Comments
This post will talk about DEK, what it is and how it is securely stored and managed inside a database. Before enabling TDE a DEK must be created which is used to encrypt the contents of the database. It is a symmetric key and supported algorithms are...
SQL Server Security
Guest account in User Databases
Posted
over 3 years ago
by
Jack Richins
1
Comments
Andreas Wolter recently posted yet another reason to keep guest disabled on user databases in SQL Server. He also points out some reasons why developers shouldn’t have access to production systems, but I’d like to focus on the implications for guest....
SQL Server Security
Filtering (obfuscating) Sensitive Text in SQL Server
Posted
over 4 years ago
by
Raul Garcia - MS
2
Comments
A very common concern when dealing with sensitive data such as passwords is how to make sure that such data is not exposed through traces. SQL Server can detect and filter the SQL statements in traces that include the usage of DDL and built-ins (such...
SQL Server Security
SQL Server 2012 Best Practices Analyzer
Posted
over 1 year ago
by
Jack Richins
1
Comments
Copied from an internal email from a PM on the team, Jakub - I’m pleased to announce that SQL Server 2012 Best Practices Analyzer (BPA) has been released and is available for download at http://www.microsoft.com/download/en/details.aspx?id=29302...
SQL Server Security
SQL Server 2005 Encryption – Encryption and data length limitations (feedback page)
Posted
over 5 years ago
by
Raul Garcia - MS
1
Comments
We have received some feedback regarding the “SQL Server 2005 Encryption – Encryption and data length limitations” article, but unfortunately the owner of this blog is no longer a member of our team and we really don’t have access to it in order to answer...
SQL Server Security
OPEN SYMMETRIC KEY scope in SQL Server
Posted
over 6 years ago
by
Raul Garcia - MS
1
Comments
Recently I have heard a few questions regarding the scope of the SYMMETRIC KEY key-ring, especially when using modules (i.e. stored procedures) to open a key. One particular topic that got my attention is the impression that the OPEN SYMMETRIC KEY call...
SQL Server Security
The TRUSTWORHY bit database property in SQL Server 2005
Posted
over 6 years ago
by
Raul Garcia - MS
1
Comments
In SQL Server 2005 we introduced a new database property named TRUSTWORTHY bit (TW bit for short) at the database level in order to work as a safeguard to reduce the default surface area regarding some powerful new features: EXECUTE AS USER and CLR assemblies...
SQL Server Security
Prevent Tampering of Encrypting Data Using add_authenticator Argument of EncryptByKey
Posted
over 2 years ago
by
Raul Garcia - MS
0
Comments
This article is one of several articles discussing some of the best practices for encrypting data. This article demonstrates how the @ add_authenticator argument of the ENCRYPTBYKEY function can help prevent tampering with encrypted data. Imagine the...
SQL Server Security
Database Engine Permission Basics
Posted
over 2 years ago
by
Don Pinto
3
Comments
I am posting this on behalf of my colleague Rick Byham, a technical writer on the SQL Server Team. Database Engine permissions are managed at the server level through logins and fixed server roles, and at the database level through database users...
SQL Server Security
Security Best Practice and Label Security Whitepapers
Posted
over 1 year ago
by
Jack Richins
4
Comments
2 New Whitepapers: SQL Server 2012 Security Best Practice white paper (updated link: http://download.microsoft.com/download/8/F/A/8FABACD7-803E-40FC-ADF8-355E7D218F4C/SQL_Server_2012_Security_Best_Practice_Whitepaper_Apr2012.docx) from operational...
SQL Server Security
SQL Server EncryptByKey cryptographic message description
Posted
over 4 years ago
by
Raul Garcia - MS
0
Comments
Since the introduction of SQL Server 2008 extensible key management (EKM), new opportunities may arise to handle data encryption on the client while still making the plaintext data accessible to authorized users in SQL Server. One issue between SQL Server...
SQL Server Security
PCI DSS Compliance with SQL Server 2008
Posted
over 4 years ago
by
Il-Sung
1
Comments
Since PCI Compliance seems to be popular subject for SQL Server users (by which I mean that a quite a few of you are forced to deal with it) here's something that may help. Parente Randolph is a PCI QSA (Qualified Security Assessor) and they recently...
SQL Server Security
Security Checklists on TechNet Wiki
Posted
over 3 years ago
by
Jack Richins
1
Comments
Rick Byham, our wonderful technical writer, just posted some checklists you may find useful on the TechNet Wiki . You can search the wiki for word checklist or use these links: Database Engine Security Checklist: Encrypting Sensitive Data Database...
SQL Server Security
Contained Database Authentication in depth
Posted
over 3 years ago
by
Lyudmila Fokina
4
Comments
To connect with contained user credentials you have to specify contained database in the connection string. If no database is specified the connection will try to do traditional authentication as a login in master database. If the database does not support...
SQL Server Security
Revisiting the RC4 / RC4_128 Cipher
Posted
over 2 years ago
by
Don Pinto
0
Comments
The implementation of RC4/RC4_128 in SQL Server does not salt the key and this severely weakens the security of data that is encrypted using the RC4/RC4_128 algorithm. In cryptography, an initialization vector (IV) is a fixed size input to a cryptographic...
SQL Server Security
Contained Database Authentication: Introduction
Posted
over 3 years ago
by
Lyudmila Fokina
0
Comments
In Microsoft SQL Server code-name “Denali” Community Technology Preview 1 (CTP1) we introduced the Contained Database (CDB) feature. As the name suggests, self-contained database have no external dependencies. Contained databases can therefore...
SQL Server Security
About DEK rotation and log backup in Transparent Database Encryption (TDE)
Posted
over 4 years ago
by
liyingj
0
Comments
Regarding the DEK rotation in TDE, after a DEK has been rotated twice, a log backup must be performed before the DEK can be modified again, otherwise in the third time of rotation the following error message will be popped up: “ This command requires...
Page 1 of 3 (62 items)
1
2
3