Tag: sql server

Community

SQL Server’s Extended Protection

(Joshua Jones) I realized after reviewing the past few posts that I omitted a new piece of functionality introduced in SQL Server 2008 R2. This feature, known as Extended Protection for Authentication (Extended Protection, for short), helps secure connections to a SQL Server 2008 R2 server. This fea

Community

Creating a DMF Condition

(Mike Chapple) Conditions are the clauses that you may use to create DMF policies on a management facet. Examples of conditions are usernames, account creation dates and password complexity policies. In this example, we will create a DMF condition that enforces a stored procedure naming policy that

Community

Purging Data

(Bart Duncan) This post is about deleting a lot of rows, as you might do in a data archiving or purging task. By “a lot of rows”, I mean anything from a few thousand rows up to billions. This may seem elementary, but there are some surprising problems that can appear if you use a simple DELETE to