[Sysadmin] Re: [Content] Article Editing Problem

rudy r937 at interlog.com
Wed Mar 12 20:30:05 CST 2003


SQL    UPDATE content SET userid = 40372, categoryid = 17, signdate =
sysdate,


looks like a query that didn't get syntax converted from oracle to sql
server

try it with getdate()

i.e.    update... set...  signdate=getdate(), ...


rudy



More information about the Sysadmin mailing list