Problem adding a new View in Visual C#.NET
I am studying for the 70-315 exam and going through a chapter on Data Binding (and intro to Databases using SQL Server, or MSDE in my case)
The current example I am working on implies that if I right-click on the "Views" node in Server Explorer I will have the option to add a "New View" to the Northwind database . However, the only options are Refresh and Properties.
For the time being, I have managed to get around it by installing the evaluation version of SQL Server and using Enterprise Manager to build the new View, but I still do not know why I cannot complete this task within Visual Studio. I am guessing that my permissions are not setup correctly and thus VS is filtering (disallowing) accesss to the "New View" command?
|