Hi, I'm trying to use the DLINQ designer for tables in SQL Server 2005 that use schemas... so if I drag the table dbo.EXAMPLE.Sample into the designer... nothing happens, nothing on the deisgner, no code. SQLMetal WILL generate the code however. There's a lot of tables in the database, so I don't want to use SQLMetal... it generates everything. If I use a table without schema (eg: dbo.Sample), everything works ok. Anybody hit this problem? Kev
Read More...