Hi there,
What version of SQL Server is your host using?
If they're using version 2005, you can create a backup of your database using SQL Server Management Studio.
Alternatively you can use Integration Services to copy your data into your new database.
If they're using 2000, you can use Integration Services as well. Or you can run the aspnet_regsql tool against the remote database to create the required structure.
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Author of
ASP.NET 2.0 Instant Results and
Beginning Dreamweaver MX / MX 2004
Want to be my colleague? Then check out this post.