Viewing 3 posts - 1 through 3 (of 3 total)
CREATE FUNCTION dbo.FN_WhichDateIsToday()
RETURNS DATETIME
AS
BEGIN
RETURN(SELECT GETDATE());
END;
That's interesting - I'd always previously used a view which presented GetDate when I needed that. Hadn't occurred to me to check if the restriction was...
July 21, 2011 at 7:13 am
Oh dear.
I'm a developer rather more than a DBA, but I'm far from ignorant about databases.
Normalisation - yep, know how to do that (and about denormalisation, though I might suggest...
May 8, 2009 at 5:17 am
Deep Purple - Made in Japan
Queen - A Day At The Races
Pink Floyd - Pulse
_An_ Iron Maiden live album (I've got 4 to choose from...)
GNR - Live Era
(Anyone guessed that...
February 9, 2007 at 2:09 am
Viewing 3 posts - 1 through 3 (of 3 total)