I have to apologize to ask about these basis, and ask those simple and basic
questions.
I want to use Bingo on sqlserver 2005 database , but I Run the "bingo-sqlserver-install.bat" file occurred error.
Error message:
------------------------------------------------------------------------------------------------
--
-- _CheckMemoryAllocate
--
CREATE PROCEDURE [bingo].__CheckMemoryAllocate
@dotnet_size_mb int,
@block_size_mb int,
@core_size_mb int,
@bingo_schema nvarchar(max)
AS
EXTERNAL NAME [bingo_assembly].[indigo.Bingo]._CheckMemoryAllocate
ADD SIGNATURE TO [bingo].__CheckMemoryAllocate BY CERTIFICATE bingo_certificate
WITH PASSWORD = 'B!ngoB!ngo'
Msg 156, Level 15, State 1, Server ANDY\SQLEXPRESS, Line 1
------------------------------------------------------------------------------------------------
Tested Configurations
Operating System: Windows XP Professional
DataBase : SQL Server 2005 Express (32-bit)
Installation Procedure: bingo-sqlserver-install.bat -database mydb -dbaname sa -dbapass 123456 -y
Thank you for your help and your precious informations.
Warmest Regards
Andy