Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
kp2a
Starting Member
1 Post |
Posted - 2008-03-28 : 16:08:25
|
| Microsoft SQL Server Management Studio Expressselect @@trancountbegin transelect @@trancountuse ProdNetPerfMonselect @@trancountupdate Nodes set Caption = 'xxxx' where Vendor = 'yyyy'select @@trancountcommit transelect @@trancountExecutes as expected including trancount without errors.Nodes.Caption is updated but reverts after a few minutes. sa privilegesWhat am I missing? |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-03-28 : 16:36:58
|
| Not sure what problem here would be. But you can try running query after starting profiler and see what happens on background. |
 |
|
|
|
|
|