Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I find out, if database (@DataBaseName) exists?
Message
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
00761718
Message ID:
00762316
Views:
19
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform