Oct08

Unghosting SharePoint Pages

IntroductionA very cool aspect of SharePoint’s implementation is the mechanism by which it ghosts pages, that is, stores pages altered with FrontPage in the _site database so they are available to all of the web servers in the server farm.The Proble ...[Read More]
Published: Oct-08-05 | 0 Comments | 0 Links to this post

Oct08

Stripping a time component off of a datetime field using SQL without parsing as a varchar

IntroductionI've often needed to seperate out the date or time components from a SQL datetime field. Traditionally, I and many colleagues have converted the datetime to a varchar, used string functions to parse out the desired component, and then co ...[Read More]
Published: Oct-08-05 | 0 Comments | 0 Links to this post