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 |
|
Listen
Starting Member
44 Posts |
Posted - 2004-11-05 : 20:19:23
|
| Hi there,I used sp_nrinfo to monitor the users and the s/p that are in used. On the "Command" column there are "AWAITING COMMAND". What does this mean?Thanks. |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2004-11-06 : 14:08:39
|
| Usually that the spid has finished the operation and is waiting for the next command.The default only displays spids that are active (ish) so you shouldn't see many of these.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
|
|
|