Dear All,

I have a huge sql file which can be run on SQL Query Analyzer which including drop table, create table, insert, update and select...
I copied to VBA to run and show the error for drop table which is not existed before, but it's work when I separate it. Anyone know how can I run it a time? Many Thanks.