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