Nuacht

SQL Server CLR Integration Have you ever noticed that the ROUND function in SQL Server returns different results than the Math.Round method in the .NET Framework? Try and execute the following code in ...
**Update:** As noted in the comments, this method does not actually round, it truncates the datetime value. As feature complete as MS SQL Server may be, it really lacks some simple datetime rounding ...