Hi
i need to give two timestamp datatype in a single table of sql server 2005 DB..but it is showing error that it is not possible..pls anyone help me...
my table::
create table
{
intime timestamp null,
outtime timestamp null
}
Two timestamp datatypes in single table of SQL server2005
|