Wednesday, March 28, 2012

Need to backup of database created within App_Data in asp.net project

I create database in App_Data. Now i wish to get backup of this database and also wish to have this database in my sqlserver 05 databases. Please provide a way so that both tasks will accomplished.

Thanks.

With regards

Dev

Hi,

You can use aspnet_regsql tool to export the database in App_Data into SqlServer2005.(The tool is in \WINDOWS\Microsoft.NET\Framework\version number..\ ) And then you can backup the database by the backup wizard in Microsoft SQLServer Management Studio Express.

Thanks.

|||

Thanks Michael.Idea

with regards

DevBig Smile

sql

No comments:

Post a Comment