Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
362 B

  1. -- Script: Applegate_tabopts.sql
  2. -- Author: [email protected]
  3. -- Description: Sets table options
  4. -- Note: This file is best viewed and edited with a tab width of 2.
  5. --
  6. -- 'text in row' tables
  7. --
  8. -- Note: both of these tables see a lot of i/o, thus the need for setting this option
  9. EXEC sp_tableoption 'UDO_changeLog', 'text in row', 'on'
  10. GO