Sorry if already asked, but I can\'t find anything on this.
I am moving something over from MySQL to SQL Server I want to have a .sql file create a database and tabl
You have to separate the statements with the GO keyword:
sql query GO another sql query GO and so on