All tables in SQL 2005 should be created as DBO.
If not then you can convert the tables by running :
sp_changeobjectowner 'dbname.tablename', 'dbo'
All tables in SQL 2005 should be created as DBO.
If not then you can convert the tables by running :
sp_changeobjectowner 'dbname.tablename', 'dbo'