Forum Replies Created

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

  • RE: Microsoft Money

    well said, I agree 100%

  • RE: Rand() function error

    Thought I'd share ... use it as you see fit.

    I wrote this for something else I need to poc, etc.

    Step 1:

    CREATE VIEW dbo.vRand

    AS

    SELECT RAND() as [RANDOM]

    Step 2:

    USE SomeDB

    GO

    /*

    =========================================================================================================================

    Author: Goran...

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