SSDT and vs2010: Can I work on database projects without importing?

93 views Asked by At

Whenever I Import I find lots of errors that since the database hasn't been worked with this tool, we did not have to fight case sensitive issues, nor views with unreferenced tables and a lot of other stuff that didn't worry us when we were on DevEnv.

Beacuse of this, I resolved to try working somewhat disconnected as a transitional state. but without loosing the TFS code repo or issue tracker.

Is it possible to work on sqlprojects and be able to validate and deploy code without having to import the database into the proj?

If it is, how?

@Edit: Ok, so I've been asked to maintain the self DB reference inside the queries from within SP's, since DTSs execute some of those SP's, and it should evaluate the references without error.

(I'll be posting more stuff.)

0

There are 0 answers