Author name: Russ

Russ Loski is a data warehouse developer focusing on SSIS and SQL Server development. He has worked with SQL Server since 1998. He has used various technologies to move data from one source to others. He has worked for well-known companies such as the Bank of America, the Dallas Cowboys Football Club, T-Mobile and Coca Cola Enterprises. Currently he is developing a Data Warehouse for a large health care organization.

Deny select on table Grant select on columns

There is a little warning in books-on-line about the interaction of Deny and Grant (http://msdn.microsoft.com/en-us/library/ms173724.aspx).  “A table-level DENY does not take precedence over a column-level GRANT. This inconsistency in the permissions hierarchy has been preserved for backward compatibility.” However, I found a little caveat to this point.  The order in which you issue the GRANT and

Deny select on table Grant select on columns Read More »

SSIS Template, changing GUIDs

There has been a basic method from SSIS 2005 for creating an SSIS package template.  You create package, then put that package into a magical folder (under the Common7 folder of the appropriate version of Visual Studio), and voila you have a package template (see http://www.mssqltips.com/sqlservertip/2841/creating-ssis-package-templates-for-reusability  for the full process).  A major problem with this process has been

SSIS Template, changing GUIDs Read More »

Welcome

I have been meaning to write my thoughts about SQL Server for a while.  I hope my thoughts will help others with their SSIS and SQL questions as well as to help me to learn from writing as well as from the input of others. I am preparing for a very exciting week of SQL

Welcome Read More »