dbo in SqlServer
Posted
by ala
on Stack Overflow
See other posts from Stack Overflow
or by ala
Published on 2010-03-31T06:11:51Z
Indexed on
2010/03/31
6:13 UTC
Read the original article
Hit count: 149
I'm converting database from Teradata to SqlServer. I've noticed all tables and procedures are named by the prefix "dbo." (e.g. "dbo.Table1").
I would like to know if and how I can get rid of "dbo" because it would make the conversion task a lot more easier.
© Stack Overflow or respective owner