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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top