Forum Replies Created

Viewing 2 posts - 136 through 138 (of 138 total)

  • RE: datetime query

    select TABLE_NAME,COLUMN_NAME

    from INFORMATION_SCHEMA.COLUMNS

    where DATA_TYPE = 'datetime'

  • RE: Question of the Day for 02 Mar 2004

    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...

Viewing 2 posts - 136 through 138 (of 138 total)