Tagged Questions
The visual-studio-2008-db tag has no wiki summary.
6
votes
4answers
200 views
Visual Studio Database Edition: What is causing “ModelException: At least one identifier expected.”?
We have a database project in Visual Studio 2008 that has been working great. Out of the blue, however, deployment stopped working. This is the error we get:
EZTrac.Database.dbschema : Deploy
...
3
votes
1answer
278 views
Visual Studio 2008 Database Project generating ALTER DATABASE during schema compare
I have a new Visual Studio 2008 Database Project (Data Dude). It was generated by pointing at our existing database. I have now made a few changes (new columns, tables, indexes, etc) and I am trying ...
2
votes
2answers
88 views
Visual Studio 2008 Database Edition - what is it?
What is Visual Studio 2008 Database Edition -- is it different from Visual Studio 2008 Professional Edition?
1
vote
1answer
2k views
Is there a way to “export” an entire SQL Server database (schema and data) to text?
On a per-object basis, SQL Server Management Studio has the option to script the object to clipboard, file, etc. Is there a way (at the database level) to do a "1-click" export of ddl AND data to a ...
1
vote
1answer
582 views
Adding a new stored procedure to an existing Visual Studio 2008 database project
I have imported an existing SQL Server 2008 database to a Visual Studio 2008 database project, to version control database objects and perform database code migration. This works fine and I can build ...
0
votes
1answer
120 views
Visual Studio 2008 connector/NEt Error> Failed to add relations >Unexpected error
I use a database for a website and a local program in C# (Visual Studio 2008). I downloaded the API connector/NET for mysql database. I setted the connection (Connection succeed) but, when i setted ...
0
votes
0answers
97 views
Visual Studio 2008 - Opening DBPROJ
I have Visual Studio Team System 2008 installed along with the database edition.
It gives me an error when it loads the solution.
I dont understand. I thought that if the database edition is ...
0
votes
1answer
307 views
Visual Studio messed up my .partitions File in a SSAS Project, how to fix?
Suddenly I can't process a SSAS project anymore. The error I get is 'x.partitions' is not valid and cannot be opened. Check the 'x.partitions' file
Last thing I remember was a checkin of the project ...