I am trying to create some test data for the project i am working on. At the moment I have about 64000
records in my table but I need more. My question is can i copy all these rows and insert them again ?
I have tried:
Select * INTO dbo.Calls from dbo.Calls