In: SSIS
28 Sep 2011Set variables to contain the package start datetime with the time truncated, making it easier to compare dates directly.
In: SSIS
7 Sep 2011Quickly configure a connection from SSIS to Oracle, optionally without TNSNAMES.ora, using the free Attunity Connector provided by Microsoft.
In: SQL Server
31 May 2011Code to streamline adding and fixing roles for users, groups, and principals across multiple databases on a single SQL Server instance.
In: SQL Server
11 Apr 2011If you largely manage users by way of roles, SQL exposes this relationship in a single view, which can produce a report of what principal is part of what role.
In: SQL Server
19 Apr 2010Given a table with one column as an identity, how you default another column to the identity of the first, while retaining the ability to change later
