Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
jmcknigh
Starting Member
1 Post |
Posted - 2008-09-18 : 14:09:04
|
| I am a oracle user and I am moving to sql server.How do you handle sysdate? In oracle I could use it anyplaceThanksJohn McKnight |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-09-18 : 14:10:29
|
| use GETDATE() function |
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-09-18 : 14:13:24
|
| or evenCURRENT_TIMESTAMP |
 |
|
|
|
|
|