Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create a database from a script
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Versions des environnements
SQL Server:
SQL Server 2005
Divers
Thread ID:
01432247
Message ID:
01432253
Vues:
36
>>Hi,
>>
>>I have created a script from an existing database (using SQL wizard). Now I want to create a new database from this script. I have 2 questions, please:
>>1. If I execute this script, how do I make sure that the existing database is overwritten?
>>2. How do I give a name to the new database? Or should I create a database first and then run the script?
>>
>>TIA
>
>
>1. First drop your existing database (IF exists)
>
>
>2. It depends of the script you have.
> I would first replace ALL instanced of database name with the name I want and then run the script.

I was thinking of dropping the original database too, but perhaps we can keep the original and create a new database using the script?
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform