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
 Import/Export (DTS) and Replication (2000)
 Collation settings on SQL server 2000

Author  Topic 

pazzy11
Posting Yak Master

145 Posts

Posted - 2008-04-22 : 12:04:37
Hi , is there a way of setting collation to a particular type
during a SPs run time only ? or can i only do this for temp tables ?

nr
SQLTeam MVY

12543 Posts

Posted - 2008-04-22 : 12:56:52
A lot of statements will take the collate keyword to use that collation for compares.
You can specify the collation for a column when it's created.

You can't force an SP to run under a different collation.
It can cause a lot of problems if you are trying to work in a collation different from the system dtabases.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -