Avatar of vbnetcoder
vbnetcoder

asked on 

Automatically create an insert statement based on values in a table.

I have a test table with values inserted into it.  I want to create and insert statement to insert all the values into a production statement based on what is in test. Is there any easy way to create the statement?
Microsoft SQL ServerMicrosoft SQL Server 2008

Avatar of undefined
Last Comment
vbnetcoder

8/22/2022 - Mon