Yesterday I had to change hosting provider... At that time, the best option for back up was to save all data from mssql server with DTS tool. Everything went just fine, but the nightmare started soon after, on my attempt to recreate database on new sql server...
It is impossibile... I've tried several approaches: I created db structure with mssql_database_setup.asp and then to insert data... Failure... I tried to insert data with DTS and then recreate with SQL Manager indices, rels, defaults, etc... Failure again...
Pls help... I'm dying...