fixed update sql script

This commit is contained in:
vfedosevich 2013-09-04 13:55:10 +03:00
parent 34af4912e8
commit 9dbbd48313

View file

@ -2102,7 +2102,7 @@ AS
RETURN @Result
END
GO
@ -2173,6 +2173,12 @@ exec sp_executesql @sql, N'@ItemID int, @IncludeMailboxes int, @IncludeContacts
RETURN
GO
IF EXISTS (SELECT * FROM sys.objects WHERE type_desc = N'SQL_STORED_PROCEDURE' AND name = N'SearchExchangeAccountsByTypes')
DROP PROCEDURE [dbo].[SearchExchangeAccountsByTypes]
GO
CREATE PROCEDURE [dbo].[SearchExchangeAccountsByTypes]
(
@ActorID int,