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

Content with tag RANDOM Rss

   Items 1 to 2 of 2   
 

Generating Random Results - SQL School Video

How can you randomly generate data? MVP Andy Warren shows how in this SQL School Video.  Read more...
By Andy Warren 2009/01/15 | Source: JumpStartTV | Category: video
Rating: |  Discuss |  Briefcase | 2,374 reads

Random default string for a column using CASE and NEWID

Sometimes you just need to populate a CHAR/VARCHAR column for testing with a random selection of string literals. Here is a quick and easy script.  Read more...
By Bill Leung 2008/03/03 | Source: SQLServerCentral.com | Category: random
Rating: |  Discuss |  Briefcase | 573 reads
   Items 1 to 2 of 2   
 
Tags
case (1)    
default (1)    
newid() (1)    
rand() (1)    
t-sql (1)    
video (1)