Mark This Response as Answer -- Chandu http://www.dotnetfunda.com/images/dnfmvp.gif
--Sample -- Select the current local time SELECT CURRENT_TIMESTAMP -- Print the current local time DECLARE @CurrentTime DATETIME SET @CurrentTime = CURRENT_TIMESTAMP PRINT @CurrentTime
Mark as Answer if its helpful to you Kumaraspcode2009@gmail.com
Login to post response