Contents tagged with Security

  • Cool SQL 2008 Features: Server Audits

    Tags: Security, SQL Server

    Earlier this year, I posted a short feature on auditing in SQL 2005 using DDL triggers to capture events and log them. In SQL 2008, one of the less sexy features added, though highly important and … more

  • SQL Injection, a Microsoft Response

    Tags: Security, SQL Server

      .NET makes it incredibly simple to build a site, and for new programmers, it can sometimes provide an unwarranted warm feeling that they are coding to an enterprise standard just by … more

  • SQL Server Proxy: Footnote

    Tags: SQL Server, SSIS, Security

    Just a quick footnote to go with the SQL Server 2005 Proxies: An Intro posting. It is important to note that any SSIS package that you will use the proxy configuration on, you will need the … more

  • SQL Server 2005 Proxies: An Intro

    Tags: Security, SQL Server

    I received a couple of questions following my post: Extracting SharePoint Data using SSIS, about how to set the package to run properly given that many WSS lists are secured by NT Group or list of … more