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 2008 Compliance Guide
Posted
over 5 years ago
by
Jack Richins
2
Comments
Denny Lee and JC Cannon have been hard at work producing a Compliance Guide for SQL Server 2008 , including scripts and policy files. Great resource for anyone working on compliance with SQL Server.
SQL Server Security
SQL Audit Buffering and Error Handling
Posted
over 5 years ago
by
Jack Richins
1
Comments
I've had several questions about how exactly the buffering and error handling works in SQL Audit and thought it would help to give some more detail. For starters, let's break down the event firing workflow into the following stages: 1. Permission...
SQL Server Security
SQL Server 2008 Security Whitepapers
Posted
over 5 years ago
by
Jack Richins
1
Comments
I just wanted to call attention to a few SQL Server 2008 related security papers written or reviewed by our team: Engine Separation of Duties for the Application Developer - discusses how to build applications that support role separation. Database...
SQL Server Security
Accessing the calling context in modules that use EXECUTE AS
Posted
over 5 years ago
by
Raul Garcia - MS
0
Comments
In many occasions, marking a module (i.e. SP, trigger, etc.) with execute as can be really useful as it allows a controlled impersonation during the module execution; but at the same time there are many cases that it is necessary to access information...
SQL Server Security
Microsoft ® Source Code Analyzer for SQL Injection – July 2008 CTP
Posted
over 5 years ago
by
Bala Neerumalla
1
Comments
Today we have released an updated Community Technology Preview of Microsoft Source Code Analyzer for SQL Injection. We made the following improvements based on community feedback: Included a GUI to view warnings generated by the tool. Downgraded...
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
Getting started with Microsoft ® Source Code Analyzer for SQL Injection
Posted
over 5 years ago
by
Bala Neerumalla
1
Comments
Two days ago, we released Microsoft ® Source Code Analyzer for SQL Injection, June 2008 CTP which can analyze SQL injection vulnerabilities in Active Server Pages (ASP) code. In this blog, we will describe simple steps to help you start using the tool...
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 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
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
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
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...
Page 3 of 3 (62 items)
1
2
3