Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I find out, if database (@DataBaseName) exists?
Message
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Divers
Thread ID:
00761718
Message ID:
00762316
Vues:
18
Sergey,

In the table designer, is there a way to insert the field at the top?

-------
Here is how you can rename a database (there is no built-in interface for that):
declare @RetStat int
EXEC @RetStat = sp_renamedb 'CTCredit', 'Credit'
print @RetStat
>>Just want to say a GREAT THANK YOU!
>>
>>Now lots of things become much clearer.
>
>You're welcome.
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