I have a 6.5 database and a 2000 with a default installation.
All I want to do is ignore the collation settings whilst doing a join between the 2 servers. what code do I need to place after
(6.5 db) (2000 db)
b.Name1 != a.Name1 -- presume it goes here
any help would be appreciated....
All I want to do is ignore the collation settings whilst doing a join between the 2 servers. what code do I need to place after
(6.5 db) (2000 db)
b.Name1 != a.Name1 -- presume it goes here
any help would be appreciated....