SQL Server Replication, Push vs. Pull. What is the difference?
Replication is a very useful method of copying data from production systems to standby servers, reporting servers, and downstream data relay points. Unfortunately, it is an often misunderstood and/or...
View ArticleConnecting to a PostgreSQL Instance Using SQL Server Integration Services
About two years ago my current client tasked me with building a SQL Server reporting instance complete with a set of SSIS (SQL Server Integration Services) ETL processes that would connect to a...
View ArticleAn Ordinary Day with the Client
If a day with the client is so ordinary, what is there to write about? That is a fair question and the answer to it is the topic of this article. Dictionary.com defines the word ordinary as: common,...
View ArticleBug Workarounds and Adding Value for Your Client
Discovering bugs in Enterprise software can be a frustrating experience, especially when these discoveries derail the completion of a time sensitive project or application. Finding timely and effective...
View ArticleThinking About Data
“Though the mills of God grind slowly, yet they grind exceeding small…” Henry Wadsworth Longfellow translated this famous line from a German poem written by Friedrich von Logau in 1654. Imagine if...
View ArticleWhen Structured Query Language (SQL) Becomes Spaghetti Query Language
Avoiding the Overuse and Misuse of Dynamic SQL Spaghetti code is a derogatory term for poorly written source code that contains a tangled and complex control structure, is prone to errors that are...
View Article