How to get current system date time in SQL Server?First thing which comes to many users is using following script.SELECT GETDATE() AS CurrentDateTimeAbove method is not the only method to retrieve the current system date time for SQL Server. SQL Server 2008 has many different function which provides current system date time in different format [...]...
Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.