Ok this has got me stumped, I write the following in the SQL Query Analyser:
Drop Database richard
I then run the SQL script I generated before I dropped the database to recreate database richard.
However it falls over because the error messages say that I cannot create one of the tables as it already exists? Now surely if you've dropped a database there shouldn't be any tables left when you run a script to recreate it.
Drop Database richard
I then run the SQL script I generated before I dropped the database to recreate database richard.
However it falls over because the error messages say that I cannot create one of the tables as it already exists? Now surely if you've dropped a database there shouldn't be any tables left when you run a script to recreate it.