Home Forums SQL Server 2005 T-SQL (SS2K5) How to multiply rows in one table based on the value on another table RE: How to multiply rows in one table based on the value on another table

  • Hm... I could create table valued function which gets an id from first table and the number of repeats from second table and performs a cross join... Will try it out now.