Rank: Newbie Groups: Member
Joined: 10/16/2009 Posts: 1 Points: 3
|
Hi all I have to migrate a site from an host to another. Both hosts use mylittleadmin/mylittlebackup. Backup procedure from first host: ok Restore procedure from second host: ok
The problem is that in the second host tables have this kind of names:
[firsthostDBname].[table]
So, when i try to exec a query on [table] i get "Invalid object name", otherwise if I run the query on [firsthostDBname].[table], it works. This is not what i expect, i want that tables on the second host have this kind of names:
[secondhostDBname].[table].
Last, i also have the problem of orphan users (in the second db i have the user of the first db as an orphan).
can you help me, link to guides are welcome
thanks in advance
|
Rank: Administration Groups: Administration
Joined: 9/11/2006 Posts: 605 Points: 649 Location: Enghien Les Bains, France
|
About your schema name prob: this article should help you http://weblogs.asp.net/steveschofield/archive/2005/12/31/change-schema-name-on-tables-and-stored-procedures-in-sql-server-2005.aspxAbout your orphan prob: you have to contact your webhoster support team so that they fix that. myLittleBackup can only map the main user...
|