Email Alerts
-
HIPAA compliance and SQL Server: Tricks and tools of the trade
Find out which tools help attain HIPAA compliance. Lena Weiner profiles HIPAA pro Brandon Leach, who explains the steps needed to secure SQL Server. Feature
-
Staying hip to HIPAA regulations: How one DBA stays compliant
How do DBAs who adhere to HIPAA regulations get their jobs done while staying compliant? We asked DBA Brandon Leach for some pointers. Feature
-
Basic SQL Server security best practices
Read this article by Ashish Kumar Mehta to learn the basic SQL Server security best practices everyone should know -- but many forget. Feature
-
Essential SQL Server security tools
Read this tip where writer Ashish Kumar Mehta shares his all-time favorite native and third-party SQL Server security tools. Series
-
SQL Server 2012 security: Changes for the newest version
SQL Server 2012 is here, and many DBAs wonder what kinds of changes to expect in SQL Server security. Basit Farooq explains what we can anticipate. Series
-
Why SQL Server security matters: A case study
With a DBA's multiple responsibilities, it's easy to neglect SQL Server security. This case study by Basit Farooq explains why this is so dangerous. Series
-
SQL Server security in virtual, physical worlds virtually the same
SQL Server security issues in virtualized environments pretty much mirror the challenges in physical environments, experts say. Standard security guidelines apply. Feature
-
SQL Azure security terrifies IT, but loss of control might be real fear
The primary obstacle to SQL Azure security is not specific security gaps, but rather DBAs' reluctance to give up control over SQL Server environments. Feature
-
Security Explorer for SQL Server
Security Explorer for SQL Server secures access to privileged information and centralizes permission management for Windows security. New Product Showcase
-
FAQ: How to troubleshoot and grant SQL Server permissions
Problems with permissions will affect your users, their login abilities and their access to certain aspects of your SQL Server. Troubleshoot all of your SQL Server permissions issues with these FAQs. FAQ
- See more Essential Knowledge on SQL Server Security
-
Securing SQL Server: Quick, easy, routinely ignored
A recent wave of high-profile attacks has highlighted the importance of securing SQL Server. But protecting the database application is something most companies have historically overlooked. News | 05 Dec 2011
-
Unpatched vulnerability discovered in Microsoft SQL Server
Database security vendor Sentrigo today released some detail about a flaw discovered a year ago in Microsoft SQL Server that exposes passwords stored in memory as cleartext. Microsoft is not planning to patch this flaw. Sentrigo released a free utili... Article | 02 Sep 2009
-
Blog: Protect your databases from the internal threat
Studies show that the effort to keep databases more accessible can in turn make them more vulnerable to hackers as well as those on the inside. News | 01 Sep 2009
-
Litchfield: Database security is IT's biggest problem
Black Hat: Database security guru David Litchfield unveils 20-plus IBM Informix flaws that attackers could exploit to create malicious files, gain DBA-level privileges and access sensitive data. Article | 02 Aug 2006
-
Oracle patches 82 critical flaws
Attackers could exploit the latest Oracle vulnerabilities to access sensitive information, overwrite files or launch SQL injection attacks in numerous applications, including PeopleSoft and JD Edwards. Article | 18 Jan 2006
-
Expert: Lengthy logs not always a good thing
Regulatory compliance experts often stress the importance of detailed log keeping. But one legal expert warns too much detail can be used to stifle free speech. Article | 15 Dec 2005
-
New security features in SQL Server 2005
Learn about new security features in SQL Server 2005 in this excerpt from "A First Look at SQL Server 2005 for Developers." Article | 28 Jun 2005
-
Specifying execution context for procedural code
Learn how to specify execution context for procedural code in SQL Server 2005 in this excerpt from "A First Look at SQL Server 2005 for Developers." Article | 28 Jun 2005
-
SQL Server password policies and credentials
Learn about SQL Server password policies and credentials in this excerpt from "A First Look at SQL Server 2005 for Developers." Article | 28 Jun 2005
-
A quick review of SQL Server security concepts with enhancements
Get a quick review of SQL Server security concepts with enhancements in this excerpt from "A First Look at SQL Server 2005 for Developers." Article | 28 Jun 2005
- See more News on SQL Server Security
-
Managing linked server security in SQL Server
What do you need to know to effectively manage your linked server? Find out in this tip from SQL Server expert Roman Rehak. Tip
-
Best practices for preventing a SQL injection attack
One of the sneakiest ways for a hacker to invade your system is via a SQL injection attack. Expert Robert Sheldon explains how to keep hackers out. Tip
-
SQL Server security: The implications of user-defined roles
SQL Server security is a topic on many DBAs' minds. But what are the implications of user-defined roles? Expert Serdar Yegulalp explains. Tip
-
BI for the SMB: Don't give away business intelligence
With the various challenges SMBs face, securing their business intelligence efforts may seem unimportant. Not so, says expert Don Jones. Find out why. Tip
-
SQL Server management trick: Connecting when admins are locked out
How do you connect to SQL Server when all admins have been locked out? Read this tip from Ashish Mehta and learn a new SQL Server management trick. Tip
-
Different ways to audit SQL Server security
Strong SQL Server security has become a more important part of a robust defense. But what are your options for security auditing? Tip
-
Securing SQL Server data in the cloud: a few pointers
Few concerns swirling around Microsoft cloud computing are more consuming than securing SQL data in the cloud. Can it be done? Certainly, but it’s not to be taken lightly. Tip
-
For better SQL Server security, get Extended Protection
Want to ensure SQL Server security? Well, it just got a little easier. Extended Protection guards against attacks targeting the SQL Server database engine through enhanced security features in the Integrated Windows Authentication process. Tip
-
SQL Server merge replication using IIS
In older versions of SQL Server, securely replicating data between sites or companies was not easy to do. Microsoft SQL Server merge replication simplifies the process using Internet Information Services (IIS). Tip
-
Do you need to harden SQL Server 2008 R2?
Some say systems like R2 come so secure out of the box that traditional hardening need not apply. But when it comes to security, there’s still plenty to do beyond the defaults. Tip
- See more Tips on SQL Server Security
-
Can I encrypt and restore a database backup in SQL Server 2005?
Discover the best solutions for encrypting, decrypting and restoring a database in SQL Server 2005. Ask the Expert
-
Creating a SQL Server user authentication schema
Learn how to create a SQL Server user authentication schema having password and tracked data changes requirements and how it involves Windows authentication. Ask the Expert
-
Creating a login in SQL Server 2000 Enterprise Manager
Find how to create a SQL Server 2000 login account and then set user account rights to specific databases with "db_owner." Ask the Expert
-
SQL Server connection lost when SA password is changed
Learn why SQL Server 2000 connection is lost on the client side when database administrator changes 'SA' password on the SQL Server domain. Ask the Expert
-
Could a join of encrypted SQL Server data have a problem?
When encrypting SQL tables that have joins in SQL Server 2000, learn about possible problems that may arise with different data values in those tables. Ask the Expert
-
How to set SQL Server password for SA login
Learn how to set a SQL Server password to an SA login and why you can not set this account for access to separate SQL Server databases. Ask the Expert
-
SQL Server id permission to create and modify tables
A SQL Server application that needs user permission to create and modify tables in SQL Server 2005 may be handled best via a schema. Ask the Expert
-
Should developers have permissions to SQL Server production queue?
Should developers be granted permissions to production queue in a SQL Server environment? See why expert Greg Low suggests proc access by WITH EXECUTEAS. Ask the Expert
-
Limit SQL Server admin permissions for domain accounts
What is the best practice for using domain accounts such as those with domain admin permissions for SQL Server service accounts? Ask the Expert
-
Set SQL Server password on database in version 7.0
How can we set a password on a database in SQL Server 7.0? Ask the Expert
- See more Expert Advice on SQL Server Security
-
external hard drive
An external hard drive is a portable storage device that can be attached to a computer through a USB or Firewire connection, or wirelessly. Definition
-
data corruption
Data corruption is the deterioration of computer data as a result of some external agent. Definition
-
data hiding
Data hiding is a characteristic of object-oriented programming. Definition
-
HIPAA compliance and SQL Server: Tricks and tools of the trade
Find out which tools help attain HIPAA compliance. Lena Weiner profiles HIPAA pro Brandon Leach, who explains the steps needed to secure SQL Server. Feature
-
Staying hip to HIPAA regulations: How one DBA stays compliant
How do DBAs who adhere to HIPAA regulations get their jobs done while staying compliant? We asked DBA Brandon Leach for some pointers. Feature
-
Basic SQL Server security best practices
Read this article by Ashish Kumar Mehta to learn the basic SQL Server security best practices everyone should know -- but many forget. Feature
-
Essential SQL Server security tools
Read this tip where writer Ashish Kumar Mehta shares his all-time favorite native and third-party SQL Server security tools. Series
-
SQL Server 2012 security: Changes for the newest version
SQL Server 2012 is here, and many DBAs wonder what kinds of changes to expect in SQL Server security. Basit Farooq explains what we can anticipate. Series
-
Why SQL Server security matters: A case study
With a DBA's multiple responsibilities, it's easy to neglect SQL Server security. This case study by Basit Farooq explains why this is so dangerous. Series
-
external hard drive
An external hard drive is a portable storage device that can be attached to a computer through a USB or Firewire connection, or wirelessly. Definition
-
Managing linked server security in SQL Server
What do you need to know to effectively manage your linked server? Find out in this tip from SQL Server expert Roman Rehak. Tip
-
Best practices for preventing a SQL injection attack
One of the sneakiest ways for a hacker to invade your system is via a SQL injection attack. Expert Robert Sheldon explains how to keep hackers out. Tip
-
SQL Server security: The implications of user-defined roles
SQL Server security is a topic on many DBAs' minds. But what are the implications of user-defined roles? Expert Serdar Yegulalp explains. Tip
- See more All on SQL Server Security
About SQL Server Security
Protect your database and SQL Server environment with these tips and articles. Have you considered database attack vulnerabilities? SQL Server security issues discussed here include SQL injection, how to lock down SQL Server and how to meet compliance laws. Learn how to improve database security practices with software security tools for testing, code hardening and the Surface Area Configuration feature in SQL Server 2005. Understand the need for data encryption in SQL Server security and get methods to implement it. Also discussed in the topics section are SQL Server password and permissions issues. Ultimately, you'll prevent attacks from malicious hackers.