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:
00762342
Vues:
21
This message has been marked as a message which has helped to the initial question of the thread.
Right click on the first field and select Insert Column.

>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.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform