Project Description This tool takes a SQL Profiler trace file and generates a unit test that replays the same sequence of database calls found in the trace file. The unit test is designed to be used in a Visual Studio Load Test. The code generated is...
Scrawlr is a free software for scanning SQL injection vulnerabilities on your web applications. It is developed by HP Web Security Research Group in coordination with Microsoft Security Response Center. Scrawlr crawls a website while simultaneously analyzing...
a wonderful explanation about the error message: “Login failed for user ''. The user is not associated with a trusted SQL Server connection.” read it here SQL Protocols
A good tip by David Douglass about what happened if your drop the default user's database and how to fix the generated error below . Dropping a User's Default Database in SQL Server 2005