Posted in SQL Server

SQL 2008 Merge and PK/FK Constraints

We ran into this issue a while back.  SQL 2008 has a “feature” that will not allow inserts into a table on either side of…

Continue Reading... SQL 2008 Merge and PK/FK Constraints
Posted in Book Review Cooking

Book Review: Cooking For Geeks

(I know this isn’t SQL-related, but I think this may be a great read for people with similar interests.) This is not a cookbook. If…

Continue Reading... Book Review: Cooking For Geeks
Posted in SSIS

SSIS, OLEDB Data Sources, and Table Variables

I ran across an interesting problem when trying to tune some SSIS data source performance issues the other day. I had noticed that we were…

Continue Reading... SSIS, OLEDB Data Sources, and Table Variables
Posted in Scripting

Review: Windows PowerShell 2.0 Best Practices – Introduction

    A while back I received a review copy of Windows PowerShell 2.0 Best Practices by Ed Wilson (blog | twitter) and the Windows…

Continue Reading... Review: Windows PowerShell 2.0 Best Practices – Introduction
Posted in SQL Server

Powershell for Database Developers

I recently presented for the SQLPASS AppDev Virtual Chapter on “Powershell for Database Developers”.  I promised that I’d get the files used in the demos…

Continue Reading... Powershell for Database Developers
Posted in PowerShell

Powershell: Writing Text Files

I was recently trying to generate a bunch of data that I needed to pass through one of our in-house DLLs in order to use…

Continue Reading... Powershell: Writing Text Files
Posted in PowerShell

Powershell Links – 2010-03-06

Here are some of the more interesting Powershell links I came across recently, along with some thoughts about them. Powershell, String Encryption, and GPG –…

Continue Reading... Powershell Links – 2010-03-06
Posted in SQL Server

DDL Schema Change Auditing on SQL Server 2005 / 2008

I’ve run across this before so wanted to write up a solution to keeping track of schema changes we’ve used. We trust our team to…

Continue Reading... DDL Schema Change Auditing on SQL Server 2005 / 2008
Posted in PowerShell

Powershell Community Extensions

While with the time and knowledge we can write a lot of the things we’ll use in Powershell, it’s often not worth it to re-invent…

Continue Reading... Powershell Community Extensions
Posted in Scripting

Powershell – Comparison Operators

I’m writing this one so I remember these operators. Powershell doesn’t use standard operators such as =, <, , !=, etc. These operators are used…

Continue Reading... Powershell – Comparison Operators