Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Changing Schema Context 1

Status
Not open for further replies.

rebelknight

Technical User
Jul 4, 2007
35
US
You can assign a default schema to a user and you can define a schema owner.

Can you also change the schema context of a connection?

For example you can change a database in query session by typing USE AnotherDatabase. Is there a way you can select USE AnotherSchema within a database?

 
Nope. There is no way to change the default schema for a single session.

Denny
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration)
MCITP Database Administrator (SQL 2005) / Database Developer (SQL 2005)

My Blog
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top