SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Content with tag Random Numbers Rss

Refine your search with one of the following additional tags (with number of items):

RAND() (2)     NEWID() (1)     Seed values (1)     Test Data (1)    
Checksum() (1)     Passwords (1)     SQL Server 2005 (1)     TSQL (1)    
cursors (1)     Scalar-valued Functions (1)     SQL Server 7, 2000 (1)     While Loop (1)    
Data Generation (1)    
   Items 1 to 5 of 5   
 

Quickly Generate Random number by TSQL with 99.9% Uniqueness Guarntee

Here is the simplest and most efficient technique to guarantee the uniqueness of random numbers.  Read more...
By Namwar Rizvi 2009/09/17 | Source: SQLServerCentral.com | Category: Random Numbers
Rating: |  Discuss |  Briefcase | 914 reads

Random problems

Building random numbers can be challenging for people working in T-SQL. New author Chris Nowicki brings a solution he used to get a random number assigned to each row of a result set.  Read more...
By Chris Nowicki 2009/06/09 | Source: SQLServerCentral.com | Category: Random Numbers
Rating: |  Discuss |  Briefcase | 4,632 reads

random integer number scalar function

this produces a random integer between a certain range  Read more...
By Chris Morton 2008/12/12 | Source: SQLServerCentral.com | Category: Random Numbers
Rating: |  Discuss |  Briefcase | 606 reads

Generate a random password

If you ever need a quick way to generate random passwords, this is a pretty useful way to do so  Read more...
By Gaby Abed 2008/11/13 | Source: SQLServerCentral.com | Category: Random Numbers
Rating: |  Discuss |  Briefcase | 1,627 reads

Create Sample Data Script

in this scripts there are two methods of creating sample data for a gambling application. i have used both cursors and loops.  Read more...
By Chris Morton | Source: SQLServerCentral.com | Category: cursors
Rating: |  Discuss |  Briefcase | 121 reads
   Items 1 to 5 of 5