Display Single String Multiple Times in SQL Server Without Loop

To display single string multiple times in SQL Server without Loop use following query
 
  1. Select Replicate('Vithal Wadje',5)