Viewing 2 posts - 1 through 2 (of 2 total)
Since I posted this yesterday, I found that MS has already revamped this capability for SQL2005 - http://support.microsoft.com/kb/918992/.
Thanks for the responses!
Dave
November 1, 2006 at 9:15 am
#669239
Steve,
Try:
SELECT DATABASEPROPERTYEX('DATABASE_NAME_GOES_HERE', 'Collation')
Hopefully this helps.
April 21, 2006 at 12:56 pm
#633601