Viewing 2 posts - 136 through 138 (of 138 total)
select TABLE_NAME,COLUMN_NAME
from INFORMATION_SCHEMA.COLUMNS
where DATA_TYPE = 'datetime'
March 5, 2004 at 12:33 am
#497470
I even tried the statement
sp_tableoption Employee, 'text in row', 2000
on a test table, and this statement is also correct. I realy do not understand what 's wrong doing this in...
March 2, 2004 at 12:19 am
#496595