Hmmm. I wonder if my problem might be that I installed SQL Express on my VPS. The problem with splitting up my sql is that the one table is over 100 mb and just scripting it results in almost 400 mb.
When I tried to restore using the file I backed up from the reseller I got an error that says:
TITLE: Microsoft SQL Server Management Studio
------------------------------
Restore failed for Server 'S1\SQLEXPRESS'. (Microsoft.SqlServer.SmoExtended)
For help, click:
http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=10.0.2531.0+((Katmai_PCU_Main).090329-1045+)&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Restore+Server&LinkId=20476------------------------------
ADDITIONAL INFORMATION:
System.Data.SqlClient.SqlError: The backup set holds a backup of a database other than the existing 'ATCODB' database. (Microsoft.SqlServer.Smo)
For help, click:
http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=10.0.2531.0+((Katmai_PCU_Main).090329-1045+)&LinkId=20476------------------------------
BUTTONS:
OK
------------------------------
This leads me to believe that maybe I need to install SQL SERVER 2008 Standard. I'm not sure if I can install that along sid SQL EXPRESS - have been researching that but not found anything to say yes it can or no it can't...
So I'm going to goto my reseller account, back up the db again, delete the big table, then use publish to provider to get all but the one table, then I'll restore the db back on the reseller and go to my vps and build my atcodb which should have all but the big table which I'll then use BCP to insert into the db.
If that doesn't work, then maybe I'll have to try installing SQL Server 2008 Standard and hope it won't interfere with the SQL EXPRESS that's already there.