
September 4, 2010 08:55 by
run this script to set a default schema for a sql user. ALTER USER [UserName] WITH DEFAULT_SCHEMA=[schemaName]
there are no settings in the connection string to do this, so set the user to login as normal and set the default schema for the user so you won't have to add the schema to the sql queries.
7b78f54c-bce1-4657-a870-ab6e247bd770|0|.0