I need To Generate Random Numbers in Ms Sql server and the length is based on the configuration and it have to be achieved without using loop conditions.I should not hit any tables to get the required output. Thanks in Advance.
            Asked
            
        
        
            Active
            
        
            Viewed 51 times
        
    0
            
            
        - 
                    You mean there is variable with length? – Whencesoever May 24 '17 at 10:46
- 
                    1Refer below URL : https://stackoverflow.com/questions/1045138/how-do-i-generate-random-number-for-each-row-in-a-tsql-select – Mansoor May 24 '17 at 10:47
- 
                    @Whencesoever yes the length is variable. – Shahul May 24 '17 at 10:49
