Some Sql Static Functions

Jayakumars
Posted by Jayakumars under ASP.NET AJAX category on | Points: 40 | Views : 1257
I have Post the Code
Some Sql Static Functions
========================================
--Date
Select getdate()
Select getutcdate()
--Login Name
Select original_login()
Select current_user
--Pc Name
Select host_name()

Comments or Responses

Login to post response