Hi,
You can copy the SQL statements in a text file and then can execute the SQL statements through
VB by using FileSystemObject.
Keep on concatenating the SQL statements in a string and when you find the GO statement just execute the string through Recordset object in
VB.
Hope this helps,
Lalit
Life Means More...;)