I imported a bunch of tables from an old sql server (2000) to my 2008 database. All the imported tables are prefixed with my username, for example: jonathan.MovieData
jonathan.MovieData
Way to do it for an individual thing:
alter schema dbo transfer jonathan.MovieData