Here's a cool tool that provides an interactive LINQ environment that you can use to develop queries against LINQ sources (SQL, Objects, XML, etc.).
If you're working with LINQ and need an environment that supports both expression and language statements in C# or VB.NET, this tool can handle both. The below shot is using C# statements.
A few bonus items included:
1. provides a view of both the resulting SQL and Lambda expressions used in the query.
2. Provides SQL execution as well
3. A whole bunch of samples for learning LINQ
http://www.linqpad.net/
Conceivably, you could leverage this in place of SQL Management Studio or for those still stuck on 2K, Query Analyzer....
