HI
In the VS 2008 IDE, if I create a Data Connection to a SQL Server's master database, I can't then drill into the system tables to find the sysdatabases table. I want to create a dbml file for this database (so that I can use LINQ to retrieve all the user databases on the SQL Server). I've got around this by coding a class manually ...
Is this possible?
Thanks
Griff