Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 to check the collation

Author  Topic 

putane.sanjay
Yak Posting Veteran

77 Posts

Posted - 2006-12-12 : 08:40:03
how to check the collation for the database or table


please help me

harsh_athalye
Master Smack Fu Yak Hacker

5581 Posts

Posted - 2006-12-12 : 09:00:56
[code]Select DATABASEPROPERTYEX('database-name' , 'Collation' )[/code]


Harsh Athalye
India.
"The IMPOSSIBLE is often UNTRIED"
Go to Top of Page
   

- Advertisement -