Category Archives: SQL Server 2008 - Page 4

How to work with Policy Based Management (PBM)

In my previous article on policy based management I’ve gone through what is policy based management and how it helps administration. Lets discuss about how to work with policy based management i.e. how to create a policy and implement it. To work with a policy we need to first create a condition and we need to use this condition in our policy. Lets discuss each of the title mentioned below

  • How to: Create a Policy-Based Management Condition
  • How to: Create a Policy-Based Management Policy
  • How to: Evaluate a Policy-Based Management Policy

Read more »

VN:F [1.9.13_1145]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.13_1145]
Rating: 0 (from 0 votes)

Policy Based Management (PBM)

Introduction:

    Policy based management is one of the new feature added from SQL Server 2008. With the help of this feature you can evalute an instance or database or objects to bound with in certain conditions \ policies. If any of the objects or instances failed to bound with in the policy then it can either notified or you can directly change the values to bound within policy with the help of policy management there by making the administration simpler. So by using this feature you don’t need to outline all these conditions and no need to have an auditing on the same.

Read more »

VN:F [1.9.13_1145]
Rating: 4.8/5 (4 votes cast)
VN:F [1.9.13_1145]
Rating: +2 (from 2 votes)

How to Copy \ Move a Database that is encrypted with TDE

In my previous articles on TDE I’ve gone through what’s TDE and how to configure it. Now here in this article I’m going to test whether I’m able to restore \ attach the database without encryption key since the main property of TDE is not to allow to use the physical files of the database without certificate. I’ll also brief about how to copy \ move the database that is encrypted with TDE.

Testing TDE without Certificate in the Instance

In the previous article I’ve encrypted the database TDE_Testing, lets try to use the physical files of this database with different methods to restore \ attach in another instance which doesn’t have this certificate and lets check whether SQL Server 2008 detects this.

Read more »

VN:F [1.9.13_1145]
Rating: 5.0/5 (16 votes cast)
VN:F [1.9.13_1145]
Rating: +14 (from 14 votes)

Implementing \ Configuring Transparent Data Encryption (TDE)

In my previous article we have discussed what is TDE, how it works, its pros and cons. In this article I’m going to cover how to implement transparent data encryption to your server. It’s very simple to implement TDE, below are the steps that needs to be completed to enable TDE.

  • Create a master key
  • Create or obtain a certificate protected by the master key
  • Create a database encryption key and protect it by the certificate
  • Set the database to use encryption

Read more »

VN:F [1.9.13_1145]
Rating: 5.0/5 (7 votes cast)
VN:F [1.9.13_1145]
Rating: +5 (from 5 votes)

Transparent Data Encryption (TDE) – SQL Server 2008

Introduction

Securing each part and data’s in a database is now an important task for DBA’s to accomplish else the data’s might be hacked. Keeping in mind Microsoft has started encryption features from SQL 2005 and it’s greatly improved it’s feature in SQL Server 2008. Lets recall the encryption features in previous versions of SQL Server.

  • SQL Server 2000 – This version of SQL Server is not accompanied with any of the encryption facility. Hence the developers need to write their own code in their client applications to encrypt their data’s.
  • SQL Server 2005 – Microsoft has introduced new encryption feature to encrypt column level (some times called as cell level) data’s. This method offers data’s to be encrypted in the database level however applications need to re-architecture to accompany this feature.
  • SQL Server 2008 – Ok, In SQL Server 2005 we have encryptions to data’s. What happens if the database files itself is copied \ stolen, so that the data’s can be easily read loosing confidential data’s. To prevent this Microsoft has introduced a new encryption feature in SQL Server 2008 Enterprise edition and this is “Transparent Data Encryption (TDE)”.

Read more »

VN:F [1.9.13_1145]
Rating: 4.1/5 (10 votes cast)
VN:F [1.9.13_1145]
Rating: +5 (from 9 votes)