|
by SQL Protocols via SQL Protocols on 5/19/2010 6:20:00 AM
Several customers approached us asking what are the possible values for CurCmd in TDS DONE token. The TDS DONE token is defined at http://msdn.microsoft.com/en-us/library/dd340421(PROT.13).aspx. Similar rules apply to DONEPROC and DONEINPROC.
In the TDS protocol, we have:
CurCmd
The token of the current command. The token value is provided and controlled by the application layer, which utilizes TDS. The TDS layer does not evaluate the value.
As it says, we don’t put the possible value in
... [ read more ]
|