January 10, 2008 8:00 AM
Posted by: Denny Cherry
CLR,
Config,
SQLThere are two camps when it comes to SQL CLR. The DBA camp, which says don't use it, it'll kill your SQL Server and the Developer camp which says that it will save you loads of time and that you should use it for everything. These two different camps also represent the different messages which...
January 3, 2008 8:00 AM
Posted by: Denny Cherry
DataManagement,
SQL,
SQL Server 2005,
SQL Server 2008,
SSIS,
XMLReceintly I was working on a project where I needed to use a foreach loop with an SSIS project, but couldn't for the life of me get it to properly process the XML document which I...
December 27, 2007 8:00 AM
Posted by: Denny Cherry
Attack Prevention,
Security,
SQL,
T/SQLThe most common way for people to insert invalid data or cause damage to your database is through what is called a SQL Injection Attack. This is when malicious code is placed within the responses which are expected and that code is not caught and it instead executed. Depending on what level of...