In VB.NET 2005 and I'm developing a website. First, is there a way to import a .sql file into the database using VB.NET? If that is not possible, is there a way to execute Create and Insert SQL statement? I right click on the Tables and choose New Query and then put in my Create query and try to execute but it gave me a bunch of errors. So what I did is right click and choose Add New Table...I end up and manually adding the table again when I already have the SQL statement to create them. Anyway, after I created the table, I right click on the table and choose New Query and again when I put in an Insert SQL statement, I couldn't execute the statement. It kept giving me errors. The Insert error is, "Unable to parse query text". The error for creating a table is, "The CREATE TABLE SQL construct or statement is not supported.".