Changed system tables

For complete documentation of system tables, see the Reference Manual: Tables.

Table 8-1: Changed system tables

Table

Changes

sysqueryplans

New columns:

  • dbid, int null

  • qpdate, datetime null

  • sprocid, int null

  • hashkey2,int null

  • key1, int null

  • key2, int null

  • key3, int null

  • key4, int null

NoteThese columns are for future use only.

sysprocedures

New column qp_setting varbinary(6) null

NoteThis column is for future use only.

sysprocesses

New column clientport

  • Displays client port numbers for client processes

  • Displays 0 for system processes

  • Datatype: unsigned smallint

sysservers

The column srvnetname has changed from varchar(32) to varchar(255).