In SQL Server 2000 Enterprise Manager, when I import tables to a
database in which I have db_owner rights, the imported table's owner
defaults to my user_name rather than DBO. When I do the same import
to a server to which I have SA rights, the owner does default to
DBO.
I assume this is the expected behavior but in my case I would rather
have the owner default to DBO. Is there any way to change my
security, aside from getting SA rights, to do this?