hi guys, whe previously migrate our databse to 2005, but suddenly we received error, can u help us configure it out, heres the error:
Command attempted:
-- =============================================
-- Author: <>
-- Create date: <May 8, 2008>
-- Description: <Delay Summary>
-- =============================================
CREATE FUNCTION "dbo"."fn_delaySummary" (@lendingInstitution char(10), @startDate datetime, @endDate dateTime)
RETURNS @delaySummaryReport TABLE(valuationFirmName char(100), totalDelayRequest int, atCustRequest int, missingDocs int, isolatedLocation int,
tenantDeniedAccess int, accessIssue int, awaitingBldgInfo in
(Transaction sequence number: 0x00019AB200003E47010700000000, Command ID: 441)
Error messages:
Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AS" and "Latin1_General_CI_AS" in the equal to operation. (Source: MSSQLServer, Error number: 468)
Get help: http://help/468
Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AS" and "Latin1_General_CI_AS" in the equal to operation. (Source: MSSQLServer, Error number: 468)
Get help: http://help/468
Thanks