Sometimes you have to wonder how people miss things.. Something simple like: string movieTitle = "Ghostbusters";var movies = from mov in mdb.Movie where mov.Title.Contains(movieTitle) select mov; Fails with a nasty error: "The ntext and image data types cannot be used in WHERE, HAVING, GROUP BY, ON, or IN clauses, except […]