| Keith Kratochvil 2006-03-06, 7:16 pm |
| You need to deploy the database. The database contains ALL the files (data
and log) that have been created for the specific database. At the very
least you will want to "deploy" the log file as well.
I recommend that you read up on BACKUP and RESTORE (or possibly sp_detach_db
and sp_attach_db) within Books Online so that you know what options you have
for deploying your database.
--
Keith Kratochvil
"Progman" <adfawefqw@hotmail.com> wrote in message
news:0OZOf.31559$Nb5.405068@weber.videotron.net...
>I had setup the security from the asp.net configuration. I added roles and
> user accounts. It created an mdf file with all the security related
> tables.
>
> Now Id like to know what will happen when I deploy that MDF, which is a
> database to a share web hoststing server. the server has an SQL Server on
> it?
>
> What will I have to do? Will I have to transfer that mdf database to the
> SQL
> server one on the web hosting server?
>
>
>
>
|