View Single Post
  #6  
Old 10-11-2004, 03:00 PM
Malignus Wingnut
Hill Giant
 
Join Date: Sep 2004
Posts: 233
Default

DO NOT source this database on top of an existing database

CREATE A NEW DATABASE.

Code:
create database NAME;
replace name with whatever...then

Code:
use NAME;
Then source....
Reply With Quote