Showing posts with label Insert/Select multiple records using one Insert/Select Statement. Show all posts
Showing posts with label Insert/Select multiple records using one Insert/Select Statement. Show all posts

Thursday, 7 May 2015

Insert/Select multiple records using one Insert/Select Statement

Insert/Select multiple records using one Insert/Select Statement

Execute same code multiple times without Copy and Paste multiple times using 'GO' command.
SELECT GETDATE() AS CurrentTime

GO 5