hi There,
i have an issue with a php application that inserts rows to a sql server database. each single transaction create 2 new rows in a table however the datetime in the second row is before the datetime in the first row. the insert uses the getdate function to assign the date and time. initially i thought it was a clock syncing issues from the esx host to the virtual db server but this has been ruled out.
has anyone out there encountered this issue before? the software is mssql 2005.
thanks in advance,
Niall
i have an issue with a php application that inserts rows to a sql server database. each single transaction create 2 new rows in a table however the datetime in the second row is before the datetime in the first row. the insert uses the getdate function to assign the date and time. initially i thought it was a clock syncing issues from the esx host to the virtual db server but this has been ruled out.
has anyone out there encountered this issue before? the software is mssql 2005.
thanks in advance,
Niall