Re: sql server
- From: Ekrem Önsoy <ekrem@xxxxxxxxxxxx>
- Date: Tue, 5 Feb 2008 11:53:55 +0200
This question has already been replied in another NG. Please do not post your questions to different NGs seperately.
--
Ekrem Önsoy
"jassie" <jassie@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:E8E70708-810D-4352-B88E-DE7177C164D0@xxxxxxxxxxxxxxxx
I am new to using sql server 2005 management studio. The sql server 2005
managment studio is connected to a sql server 2000 standard edition database.
Problem: the default schema name for me on sql server 2005 management studio
desktop version is xx/user. This tool will not allow me to create a View
and/or table with the ‘schema name’ as dbo.
How do you recommend that I solve this problem?
(**Note: I work for a small company. I do not have access to the sql
server 2000 enterprise manager and query analyzer tools.)
If what I listed below a good solution and/or is there a better solutuion?
If you refer to the link at:
http://blogs.msdn.com/mssqlisv/archive/2007/03/23/upgrading-to-sql-server-2005-and-default-schema-setting.aspx,
You will see the following:
How do you change the DEFAULT_SCHEMA?
Assuming your database is using objects only in the dbo schema here is what
you would run for each user:
ALTER USER <Username/> WITH DEFAULT_SCHEMA=dbo.
Thanks for letting me know how I can create tables and views with 'dbo' as
the schema name!
.
- References:
- sql server
- From: jassie
- sql server
- Prev by Date: Sql server 2005 in vista ultimate
- Next by Date: Re: SQL 2005 problems
- Previous by thread: sql server
- Next by thread: SQL 2005 problems
- Index(es):
Relevant Pages
|