Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: How to use temporary table in function

    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...

  • RE: Checking Up on Developers

    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...

  • RE: Easy Listening

    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...

Viewing 3 posts - 1 through 3 (of 3 total)