How can I execute a file which include 'create table ' statement? for example file.out I want to execute in a procedure. I try @file.OUT,exec file.OUT but didn't work.

Question asked by visitor joe