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 |
|
lane0618
Posting Yak Master
134 Posts |
Posted - 2002-07-18 : 12:28:30
|
| How do I get the "getdate" function to work properly?UPDATE dbo.LogicSET ssddate = getdateWHERE (ss = 'ss-000-test-02')Thanks,Lane |
|
|
jackstow
Posting Yak Master
160 Posts |
Posted - 2002-07-18 : 12:35:09
|
| getdate() |
 |
|
|
lane0618
Posting Yak Master
134 Posts |
Posted - 2002-07-18 : 12:48:38
|
| Thanks |
 |
|
|
|
|
|