I've created a typed dataset. I've dragged some tables onto the
dataset. When configuring the corresponding table adapter, Visual
Studio is generating SQL script code such as...
CREATE PROCEDURE DOMAIN\UserId.StoredProcName
AS...

The userid is being used as the schema, it is invalid syntax. My
userid is set to use dbo as the default schema, why is dbo not being
used in the script?
Using SQL 2005, Visual Studio 2005. Any ideas? Thanks
Adam