time in sql server
Database
2
Posts
2
Posters
0
Views
1
Watching
-
I create a triggers but I need to add the time how can I get the time NOW from sql server thanks dadax
-
I create a triggers but I need to add the time how can I get the time NOW from sql server thanks dadax
GetDate() will return the current date and time. It is easy enough to just get the time portion from the returned DateTime Michael CP Blog [^] Development Blog [^]