Thanks, but how do I fill a DataSet with an entire database (over 50 tables) so I get one xsd for the entire DB? Do I just write one big sql statement that joins every table in the DB?
Well, you can select and drag multiple tables at a time from the server explorer to the Database Designer. So there's that. Or you can always generate your code from T-SQL itself. For example, running this query in Management Studio to generate some VB.Net code.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.