anyone come across this or can help?
Ok, I have server A with SQL2k, service pack4
The default collation on it is
SQL_Latin1_General_CP1_CI_AS
(SELECT SERVERPROPERTY ('Collation'))
We need to move some databases to server B, which is a new install, and need to get the same server collation, though the default settings I am getting is
Latin1_General_CI_AS
I think server A was a new install (not upgrade) 4 years ago, any ideas on how to install with SQL_Latin1_General_CP1_CI_AS
cheers
Matt
Brighton, UK
Ok, I have server A with SQL2k, service pack4
The default collation on it is
SQL_Latin1_General_CP1_CI_AS
(SELECT SERVERPROPERTY ('Collation'))
We need to move some databases to server B, which is a new install, and need to get the same server collation, though the default settings I am getting is
Latin1_General_CI_AS
I think server A was a new install (not upgrade) 4 years ago, any ideas on how to install with SQL_Latin1_General_CP1_CI_AS
cheers
Matt
Brighton, UK