Those links explain in great detail what is updateable, but what do you need to do to create a new query that returns an updateable results pane?
So I open SQL 2005 Management Studio, login to the server, click the "New Query" button, type in a basic select query such as "SELECT * FROM taFooBar", and hit the "!Execute" button. The results pane is not updateable. This behavior is akin to Query Analyzer. In the old Enterprise Manager, I would do Action->Open Table->Query, type in the same query, and the results return as updateable.
Basically, what is the equivalent of Action->Open Table->Query in Management Studio? And how do you make the default setting?
Main Topics
Browse All Topics





by: leejamesvbPosted on 2005-12-18 at 15:05:51ID: 15508284
Hi,
QLSVR.v9.e n/udb9/htm l/de131ef0 -ccbd-446f -9400-b93c 7b8fa537.h tm
QLSVR.v9.e n/udb9/htm l/4f8a0080 -91ef-4442 -83ae-53be 2f478c54.h tm
Not sure if I can tell you what you wanted to hear but if you look in you SQL Server 2005 Books Online, do a search for "Rules for Updating Results" - you wll find a table detailing when you can and can't edit/insert in the data grid.
fyi: On my pc, the link to this page is:
ms-help://MS.SQLCC.v9/MS.S
Also, search this page:"Working with Data in the Results Pane"
ms-help://MS.SQLCC.v9/MS.S
Basically, you can construct you query to span multiple tables, but making changes to the underlying data should be kept to a dedicated results window containing a selection from just ONE table. This ensures you can edit the data.
Lee