Groups | Blog | Home
all groups > visual studio .net enterprise tools > april 2004 >

visual studio .net enterprise tools : Open Table Window is read-only under SQL Query Analyzer


Happy Programmer
4/21/2004 11:51:03 PM
I have installed SQL Server 2000 with option "Client Tools Only
I try to edit data using SQL Query Analyzer with Trusted Connection. I click on 'Open' of right-click on table objects. A "Open Table Window" is opened as read-only!!! "Add" and "Delete" are grey out!! I can't edit data.
I am trying to edit data using Server Explorer under Microsoft .NET with Trusted Connection. It works!!

Help, Help
lishil NO[at]SPAM online.microsoft.com
4/23/2004 10:30:02 PM


The query analyzer use server side key set cursor to open table , it
requires that the table has unique index.
Otherwise it changes to static cursor, which is not updatable.

Server explorer use client side cursor, no such limitation.

Lishi Liu, VSData.
AddThis Social Bookmark Button