Hello Everyone, I want to select records randomly from my SQL Server table . Could you explain it with the code that how to do it? Thanks in advance !!
Hi Tanuj Kumar,
In SQL Server database, there is a function NEWID() through which we can select SQL table record randomly.
Query:
I hope it might be resolve your problem.