Yes
Nobody knows everything, but everybody knows something
Search This Blog
Thursday, January 13, 2011
Find the column level collation using t-sql
select
object_name
(
object_id
)
as
Tablename
,
name
as
Column_Name
,
collation_name
from
sys
.
columns
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment