How to move MSSQL database without re-indexing keys (1 Viewer)

danb

Registered User.
Local time
Today, 07:43
Joined
Sep 13, 2003
Messages
98
Hi,

I have a MS SQL database on a shared host, and would like to move it to a new shared server host.

When moving, the database should remain exactly the same, without re-indexing of primary keys etc.

The trouble is, my new host will not attach a SQL Server database, and are unwilling to restore from a back-up (it's no problem getting the detached database or backup file from the current host, the problem is applying them to the new host).

Question is then, is it possible to achieve this through some kind of data export/import?

Thanks for any help guys...
 

SQL_Hell

SQL Server DBA
Local time
Today, 07:43
Joined
Dec 4, 2003
Messages
1,360
The hosting company wont attach a DB or restore a backup? what the hell...


Did they give you any meaningful reason for this somewhat strange attitude?
 

danb

Registered User.
Local time
Today, 07:43
Joined
Sep 13, 2003
Messages
98
They're Fasthosts. Need I say more?

They actually told us that they could attach MS SQL databases when we asked them specifically prior to signing-up. Now we're going to have to move, which is very very frustrating.

All their support people keep telling me over and over is that I can migrate the data once the database has been set up. They don't seem to understand the concept of re-indexing - which I've explained explicitly now to 5 or 6 operators.

:mad:
 

SQL_Hell

SQL Server DBA
Local time
Today, 07:43
Joined
Dec 4, 2003
Messages
1,360
sql_hell

Maybe you should ask them if they bother to back things up then, if they dont restore backups then what would the point of doing any backups.

Sounds like someone who doesn't know what they are talking about calling the shots at that place.

There is no way you can move the data without recreating the index, you will have to DTS: create table, insert data, reindex, updatestats
 

Users who are viewing this thread

Top Bottom