January 4, 2004 at 4:17 am
hi all,
is there any stored procedure which give a complete information about a database configuration like : collation , ... . I used sp_dboptions but it isn't complete.
tanx in advance
sani
January 4, 2004 at 6:08 am
use DATABASEPROPERTYEX( database , property )
for example select convert(sysname,DatabasePropertyEx('MyDB','Collation'))
see BOL
Bye
Gabor
Bye
Gabor
January 5, 2004 at 12:42 am
sqldmo script database-properties ?
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
January 5, 2004 at 1:51 am
What exactly is "total information" of a database that you are looking for ?
Is it the information showed in SQL EM ?
Amit
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy