Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 2005
»
Administering
»
how to find the collation of a database.how...
how to find the collation of a database.how can we migrate this databse to another server with default collation different
Rate Topic
Display Mode
Topic Options
Author
Message
shanila_minnu
shanila_minnu
Posted Wednesday, November 18, 2009 6:04 AM
SSC Veteran
Group: General Forum Members
Last Login: Wednesday, February 13, 2013 1:19 AM
Points: 205,
Visits: 499
how to find the collation of a database.how can we migrate this databse to another server with default collation different
Post #820755
Bru Medishetty
Bru Medishetty
Posted Wednesday, November 18, 2009 6:46 AM
SSCommitted
Group: General Forum Members
Last Login: Monday, February 11, 2013 8:27 AM
Points: 1,735,
Visits: 1,947
Use the Following T-SQL Command
SELECT DATABASEPROPERTYEX('DBNAME', 'Collation') SQLCollation;
You can also right click on the database select properties. In the general page of the Properties window, the last property is Collation.
Bru Medishetty
Blog --
LearnSQLWithBru
Join on Facebook Page
Facebook.com\LearnSQLWithBru
Twitter --
BruMedishetty
Post #820779
Bru Medishetty
Bru Medishetty
Posted Wednesday, November 18, 2009 6:49 AM
SSCommitted
Group: General Forum Members
Last Login: Monday, February 11, 2013 8:27 AM
Points: 1,735,
Visits: 1,947
To copy the data, you need to create the new database with desired collation and use Import/Export wizard to copy the data onto that database (be it local or Remote Server)
This is a one time work, so I do not recommend creating SSIS Package.
Bru Medishetty
Blog --
LearnSQLWithBru
Join on Facebook Page
Facebook.com\LearnSQLWithBru
Twitter --
BruMedishetty
Post #820782
shanila_minnu
shanila_minnu
Posted Wednesday, November 18, 2009 6:57 AM
SSC Veteran
Group: General Forum Members
Last Login: Wednesday, February 13, 2013 1:19 AM
Points: 205,
Visits: 499
Bru Medishetty (11/18/2009)
Use the Following T-SQL Command
SELECT DATABASEPROPERTYEX('DBNAME', 'Collation') SQLCollation;
You can also right click on the database select properties. In the general page of the Properties window, the last property is Collation.
i am using sql server2000
Post #820795
Bru Medishetty
Bru Medishetty
Posted Wednesday, November 18, 2009 7:00 AM
SSCommitted
Group: General Forum Members
Last Login: Monday, February 11, 2013 8:27 AM
Points: 1,735,
Visits: 1,947
shanila_minnu (11/18/2009)
Bru Medishetty (11/18/2009)
Use the Following T-SQL Command
SELECT DATABASEPROPERTYEX('DBNAME', 'Collation') SQLCollation;
You can also right click on the database select properties. In the general page of the Properties window, the last property is Collation.
i am using sql server2000
So what?
Bru Medishetty
Blog --
LearnSQLWithBru
Join on Facebook Page
Facebook.com\LearnSQLWithBru
Twitter --
BruMedishetty
Post #820796
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.