This is a discussion on SQL Server Management Studio within the SQL Server forums, part of the Microsoft SQL Server category; --> Hello all, I have SQL Server Mgmt Studio and would like to know how to shut off the auto ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello all, I have SQL Server Mgmt Studio and would like to know how to shut off the auto updates that occur when you leave a modified row in the "Open Table" view of a table? I want to update several rows at a time and then send all modified rows back for an update. Thanks J Maloney |
| |||
| On Apr 15, 10:47 pm, maloney1 <malon...@gmail.com> wrote: > Hello all, > > I have SQL Server Mgmt Studio and would like to know how to shut off > the auto updates that occur when you leave a modified row in the "Open > Table" view of a table? I want to update several rows at a time and > then send all modified rows back for an update. > > Thanks > J Maloney Well, J. I think that all you need to do is to click Execute SQL on Query Designer meny, and your table or view will be updated. Other view is to click on red mark ! |
| ||||
| On Apr 16, 1:42*am, Ivan Delic <ivce...@gmail.com> wrote: > On Apr 15, 10:47 pm, maloney1 <malon...@gmail.com> wrote: > > > Hello all, > > > I have SQL Server Mgmt Studio and would like to know how to shut off > > the auto updates that occur when you leave a modified row in the "Open > > Table" view of a table? I want to update several rows at a time and > > then send all modified rows back for an update. > > > Thanks > > J Maloney > > Well, J. > > I think that all you need to do is to click Execute SQL on Query > Designer meny, and your table or view will be updated. > > Other view is to click on red mark ! What I want to do is let the red exclamation points show for several rows without SQL Manager sending the Execute update each time I leave a row. I would guess it would be a setting that would wait to commit changes until I tell it to rather than when I leave an edited row. I don't know if anyone has worked with Toad for Oracle, but it has a Commit button that iterates all your changed rows and updates them when you tell it to. Any idea if there is a setting for this in Sql mgmt studio? |
| Thread Tools | |
| Display Modes | |
|
|