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.
with regards
Dev
sql
No comments:
Post a Comment