Server Time

  • Thread starter Thread starter lhak
  • Start date Start date
L

lhak

Hi,

Can anyone please tell me how I can get the date and time of the Server (eg
Server where SQL Database resides) to display on the ASP.NET page?.

Thanks
LH
 
Can anyone please tell me how I can get the date and time of the Server
(eg
Server where SQL Database resides) to display on the ASP.NET page?.

Dead easy in the case of SQL Server because you can just read "SELECT
getdate()" into an SqlDataReader
 
Back
Top