SQL Server Forums - Getdate() in insert trigger

SQL Server Forums - Getdate() in insert trigger

瀏覽:1464
日期:2026-04-24
Hi all, I altered the column curr_datetime to have default as 'getdate()'. It works fine when I insert a record into the table at the database end. But when the application inserts a record it does not show the time(only enters the date). I guess, at this...看更多