Site Sponsored By: SQLDSC - SQL Server Desired State Configuration
Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
My first comment is that this particular forum is for discussion of articles on this site :) Can you move your post to one of the other forums? Maybe the T-SQL forum? Thanks!-graz===============================================Creating tomorrow's legacy systems today.One crisis at a time.
spirit1
Cybernetic Yak Master
11752 Posts
Posted - 2007-05-30 : 11:02:34
nice!is it yours?_______________________________________________Causing trouble since 1980blog: http://weblogs.sqlteam.com/mladenp
rockmoose
SQL Natt Alfen
3279 Posts
Posted - 2007-05-30 : 13:11:13
It's a good article. Deeper discussion on datetime type, and why the inbuilt functions should be used.Maybe misses a point that the inbuilt functions are there for a purpose,and that they will work even if the internal representation of datetime is changed.rockmoose
Michael Valentine Jones
Yak DBA Kernel (pronounced Colonel)
7020 Posts
Posted - 2007-05-30 : 14:56:07
There are a lot of SQL Server date manipulations I see that make me cringe.For example, this code to get today a midnight.