I have implemented a extended stored procedure using FIPS compliant openssl.
In the DllMain() I am calling FIPS_mode_set(1) to set FIPS mode but this
call is failing with return value zero when I load my Extended Stored
procedure dll in SQL Server 2005 running on Windows Server 2003. If I try to
load my same extended stored procedure dll in some other test application,
FIPS_mode_set(1) call is working fine. Can anyone let me know what I am
missing here.
Re: Implementation of full text ... There is no documented way of accessing the MSSearch catalogs directly other ... tables in SQL Server to identify the row the hit occurs in. ... table to a client from an extended stored procedure.... To use the recordset returned from the ESP as a virtual table>. ... (microsoft.public.sqlserver.fulltext)
Re: sql server events on data create ... If I were to do this, I would set up the client to listen on a socket, write ... an extended stored procedure that can trigger this socket, ... triggers on the tables of interest to call this extended stored procedure,... Or you could start a custom SQL Server trace event with the right filters? ... (microsoft.public.sqlserver.programming)
Re: There seems to be a memory leak in srv_paraminfo ... > no memory leak but the sqlservr.exe memory usage went up so i thought ... will i have to restart sql server 2000 now and then ... > w/ a sample extended stored procedure that comes on the SQL Server 2000 CD ... (microsoft.public.sqlserver.programming)
Retrieve error text from extended stored proc ...SQL Server 2000. ... I am calling an extended stored procedure that returns an error code (0 or ... On failure I would like to record the error ... (microsoft.public.sqlserver.programming)