database-project
Can a VS2010 Database Project create re-runnable deployment scripts?
I’m using VS2010 Database Projects as a way of versioning our da开发者_JAVA技巧tabase code between release versions. So far, the solution provided seems good; however there is one problem I wonder if[详细]
2023-03-06 12:30 分类:问答Database Project Insists on "Rebuilding" Table on Deployment for Dropped Columns
So I have a VS2010 Database Project that I am deploying, with a few schema changes.I have one table in particular that the VSDBCMD insists on \"rebuilding\" i.e. rename->create->copy->drop[详细]
2023-03-03 07:53 分类:问答vsdbcmd data loss may occur, but where?
When using vsdbcmd to deploy my database: vsdbcmd.exe /a:Deploy /manifest:MyDatabase.deploymanifest I Get:[详细]
2023-03-03 06:53 分类:问答How to create incremental scripts to update database schemas using Visual Studio 2010?
I\'m trying to use VS 2010 Sql Server Database Project to keep track on changes made on my database and to generate appropriate scripts when a change needs to be deployed from dev to production enviro[详细]
2023-03-03 05:51 分类:问答VS2010 Database Project Deployment, to fail if data loss may occur or not?
I have a database project for a web app, and currently I have it configured to fail if data loss may occur during deployment.I feel safer this way. However I\'ve run into a problem.I actually need to[详细]
2023-02-26 16:45 分类:问答Is anybody using the Database Unit Test tools in Visual Studio 2010? What alternatives are there?
I\'m working on a project with a fairly large SQL Server database. The schema for the database is already in a Visual Studio Database project which I mostly use to track schema changes in source contr[详细]
2023-02-25 18:43 分类:问答Visual Studio 2010 Database Project Deployment Strategy
I\'ve just read the VS 2010 Database Project Guidance document (link to guidance document) and I\'m still none the wiser about what\'s a sensible strategy for Continuous Integration DB builds and Unit[详细]
2023-02-24 17:28 分类:问答Visual Studio 2010 - Database Project with imported database fails to build
I\'m looking at the Database Project in VS2010, the idea being that I want something I can use to keep track of the database schema (in source control) and the ability to generate \"new install\" scri[详细]
2023-02-24 05:58 分类:问答AnkhSvn ignoring database project files question
There are a number of files in my database project that AnkhSvn isn\'t co开发者_如何学编程mmitting to the repository.To clean things up using Tortoise, can I safely add them all to the ignore list?[详细]
2023-02-21 16:58 分类:问答Generate seed data in Visual Studio 2010 Database project
I have a database and a database pro开发者_运维问答ject in Visual studio 2010. I inferred the schema in the database project successfully but I also need to import somehow the data in a few tables (Co[详细]
2023-02-21 06:27 分类:问答