Tuesday, July 28, 2009

In c#.net with asp.net ,using SQL Server how to export database from offline to online database?

the simple way is to go to sql server - enterprise manager and to change the status from ofline in online for the data base.You must have the right to do that.

In c#.net with asp.net ,using SQL Server how to export database from offline to online database?
you are going to need to do an sql dump and import, but it all depends on what sql server you are using, such as MySQL, etc..You will need access to something similar to phpMyAdmin


No comments:

Post a Comment