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
 General SQL Server Forums
 New to SQL Server Programming
 Collation

Author  Topic 

wagan
Starting Member

3 Posts

Posted - 2006-08-31 : 08:07:02
Hi,

Could anyone please advise me how to change the collation name of a SQL 2000 server?

Thanks

harsh_athalye
Master Smack Fu Yak Hacker

5581 Posts

Posted - 2006-08-31 : 08:13:59
Check this...

[url]http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=55484[/url]

Harsh Athalye
India.
"Nothing is Impossible"
Go to Top of Page

wagan
Starting Member

3 Posts

Posted - 2006-08-31 : 08:25:45
quote:
Originally posted by harsh_athalye

Check this...

[url]http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=55484[/url]

Harsh Athalye
India.
"Nothing is Impossible"



Thank you for the information Harsh.. Another questions, is it possible to change the collation name of tempdb?
Go to Top of Page

Kristen
Test

22859 Posts

Posted - 2006-09-01 : 16:30:55
"is it possible to change the collation name of tempdb?"

Why?

If you create a Temporary Table just make sure that all the char/varchar/txt/Ntext have explicit COLLATE statements.

That's pretty much all you need to do to accommodate a Server, or master/TempDC/etc that is of a different collation.

(Additionally ideally in any cross-database statements you should include COLLATE casting of any JOINs etc.)

Kristen
Go to Top of Page
   

- Advertisement -