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

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