// archives

Development Tips

This category contains 2 posts

SSIS: Solving Load Performance vs. Row-Level Error Handling

I’ve been working with SSIS a lot and ran to a brick wall recently that involved the seeming conflict between load performance and handling l0ad-rejected rows on a row-by-row basis. Fortunately, I was able to design a solution for it and hopefully my experience can help you. Here is the situation I encountered:
I had a [...]

Preventing URL Injection Attacks

Although I was supremely irritated that someone was hacking intermz and uploading malicious files (i.e. eBay phishing files, etc) to the server, I have to give those hackers credit for the effectiveness and simplicity of their hack, what I will call a “URL injection” attack. (This differs from a SQL injection attack, which is another [...]