| 
	
 | 
 Posted by Peter Nurse on 06/16/49 11:43 
Erland, I was unable to post the trace file anywhere so I hope you 
don't mind that I sent the trace to you by email. 
 
However, this appears to be the offending part of the trace (the first 
two select statements were actually repeated twice):- 
 
  SELECT 
  dtb.collation_name AS [Collation], 
  dtb.name AS [DatabaseName2] 
  FROM 
  master.sys.databases AS dtb 
  WHERE 
  (dtb.name=N'master') 
 
  select SERVERPROPERTY(N'servername') 
 
  Error: 468, Severity: 16, State: 9 
 
  Cannot resolve the collation conflict between "Latin1_General_CI_AS" 
and "SQL_Latin1_General_CP1_CI_AS" in the equal to operation. 
 
Neither of the SELECT statements raise an error when I run then 
separately.
 
  
Navigation:
[Reply to this message] 
 |