Suppress Warning Messages in Team Edition for Database Professionals

Today I started working on my cruise control setup and added my Team Edition for Database Professionals project into the build. Everything went well except that the warning messages from it were taking up a good portion of my log file.

Most of the warnings are coming from the TDS3006 error which basically means that it cannot figure out where a column comes from. To me this error is just about worthless to me since having an alias on my tables/columns seems to cause the problem even though the statement is technically valid.

Luckily enough you can suppress this message. To suppress warning messages for the Team Edition for Database Professional you need to add the error number without the TDS to the suppress warning textbox on the project properties\build.

A complete list of error messages for Team Edition for Database Professionals, http://msdn2.microsoft.com/en-us/library/bb203958(VS.80).aspx


Converting Nunit Test Project to VSTS Test Project

http://geekswithblogs.net/susanentwisle/archive/2005/08/19/50563.aspx