Revolving around the core of technology
Hi there,
Developpers will often give me batch INSERT or UPDATE statements in a SQL file, how can I import/run those in WinSQL? And would it be the same process to run CREATE and ALTER scripts from a SQL file?
Thank you,
Chantal
Chantal,
There are two ways to do this:
Important: WinSQL uses the word 'GO' as a query terminator. If the script you are getting use a different terminator, such as a semi-colon, you will have to modify the query terminator in WinSQL. Check http://web.synametrics.com/queryterminator.htm for details.