Viewing 4 posts - 1 through 4 (of 4 total)
hi,
Thank you very much for the reply
actually one of our production server(Cluster)
Error is cannot resolve the collation conflict
db collation is "SQL_Latin1_CPI_CI_AS"
and server collation is Latin1_general_CI_AS" ,
is...
September 22, 2010 at 10:32 pm
Thanks for the reply Please check the code
USE [MailSending]
GO
/****** Object: StoredProcedure [dbo].[sp_SendMailsImmediately] Script Date: ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
--exec sp_sendmails
--select * from repository.dbo.mailstable
--update repository.dbo.mailstable...
July 19, 2010 at 10:45 pm
Viewing 4 posts - 1 through 4 (of 4 total)