Get the Last date of the month for the given month and year
In response to a post By: Anonymous - Posted: 2/16/2004 3:31:12 AM (Stored Procedure)....
Thought that there should be a more efficient / functional way of doing this. And here it is. Of course, a function would probably be more efficient, and a datetime parameter might make the interface easier to use.
A Normalization Primer
For most DBAs, normalization is an understood concept, a bread and butter bit of knowledge. However, it is not at all unusual to review a database design by a development group for an OLTP (OnLine Transaction Processing) environment and find that the schema chosen is anything but properly normalized. This article by Brian Kelley will give you the core knowledge to data model.
2003-01-13
18,605 reads