I've been struggling for the past couple months to use the Visual Studio XSD tool to create typed datasets from my stored procedures. But I always get an error telling me the temp table is an invalid object name. I've just discovered that temp tables are actually not allowed in this tool, due to the way it writes the schema to XML (see
I've been struggling for the past couple months