Hi,
I've a complete mental block on this, I need to run a SQL Server script file from within an asp page.
Basically, I'm trying to create a series of tables/sp's. If I've got the script file (createtables.sql) how can I run it through asp?
I could copy the contents into my page and execute an ado command object, but I'd rather read and process the script in one go.