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 |
|
goblyn27
Starting Member
39 Posts |
Posted - 2002-03-13 : 21:24:25
|
| Hello, I have recently noticed that the log files of one of the systems I remotely maintain is logging incorrect times (sql log, event logs, web logs) and scheduled tasks are running at the wrong time. When I connect to it via terminal services, it shows the correct time in the taskbar and the timezone is correct in the control panel. Does anyone know off hand if Win2k runs off a different time then what it displays to the task bar? If so, is there a way to change this?muchas gracias, as always, for all the help.--peter"DuuuDe!! I suck!" |
|
|
chadmat
The Chadinator
1974 Posts |
Posted - 2002-03-14 : 00:36:57
|
| I'm pretty sure they all log the servertime which should be the very same time that is displayed in the taskbar.-Chad |
 |
|
|
rrb
SQLTeam Poet Laureate
1479 Posts |
Posted - 2002-03-14 : 01:16:18
|
| What happens when you doselect getdate()from the server in question?--I hope that when I die someone will say of me "That guy sure owed me a lot of money" |
 |
|
|
|
|
|