Browse by Tags
All Tags »
Database (RSS)
Dev10 Beta2 DB Deployment property page has some changes from Beta1. Please provide your valuable feedback for us to make it better for you. Thanks. 1. Tab page name changed from “Deploy/SQL” To “Deploy SQL” 2. Customer can use “Import from
Read More...
For many web applications developed using Visual Studio, developers uses SQL express with mdf database file under app_data folder. If deploying data host requires SQL server, developers have to find ways to deploy the schema and data from mdf file
Read More...
Here is an example of end to end scenario of the last blog VS2010 Beta1 Web Application Project Database package and SMO options . Here, we’re going to package a web application and its database with “Delete existing objects before creating” flag,
Read More...
In Visual Studio 2010 Beta1 release, SQL server database schema and data can be packaged for deployment along with the website. It utilizes Msdeploy SQL Database provider functionality in IIS team’s msdeploy release. In Visual studio 2010
Read More...