1
vote
1answer
56 views
VSTS database schema comparison not saving comments
We use VSTS 2008 with SP1 and GDR R2 installed.
Found the next problem:
2 identical databases (for example
Database1 and Database2);
Database1 is a working database,
Database2 is a production one;
…
0
votes
4answers
452 views
Is there an easy way to backup Oracle SQL Developer’s User Snippets?
I love Oracle SQL Developer so I find myself using it a lot to complete my daily tasks. The thing is that my collection of custom snippets only keeps growing so I though it'd be interesting to learn …
11
votes
6answers
883 views
What are the real benefits of Visual Studio Team System Database Edition (GDR)?
Interested if anyone has used VSTS Database Edition extensively and, if so, which features did you find the most useful over the standard Visual Studio database projects?
What are the most compelling …
2
votes
2answers
160 views
VSTS Database Edition Schema Comparison
We use VSTS Database Edition to version control our database schemas. I like the idea of how it is supposed to work but have a big issue with the Schema Comparison feature. I like to use it for my …
0
votes
4answers
620 views
How do I join two tables from two different databases?
Is there any way to use a query and join two tables that is in two different database on the same server for DbVisualizer? I used the following for the SQL server
Select * from table union select * …
