Showing posts with label documentation. Show all posts
Showing posts with label documentation. Show all posts

Friday, March 23, 2012

Interface

Does Sql Server have a DDE interface? If so, where can I find
documentation?
Thanks in advance,
Mervin WilliamsThankfully no.
If it had DDE support, you would not and should not want to use it.
There are many ways to connect to a database and I suggest you look into the
supported methods such as ADO or ODBC rather than try to use a technology
that is not just outdated, but is error prone and quite inappropriate.
It may be an idea to detail what it is that you want to do, what language
you are using and so on so that you can get the most appropriate advice.
- Tim
"Mervin Williams" <mwilliams@.innovasolutions.net> wrote in message
news:OcOPmG8RGHA.5644@.TK2MSFTNGP10.phx.gbl...
> Does Sql Server have a DDE interface? If so, where can I find
> documentation?
> Thanks in advance,
> Mervin Williams
>

Sunday, February 19, 2012

Integrating Hardware Security Module (HSM) for Cryptographic Key storage with SQL Server

Hi,

I have come to know from the SQL Server documentation that the Hardware Security Modules (HSM) can be used for Cryptographic Key storage within SQL Server to increase the level of protection of data at rest. We provide a HSM Solution which protects cryptographic keys and performs cryptographic operations onboard. The aforesaid fact about SQL Server and HSMs motivates us to test our HSM product with the SQL Server. Our HSM solution provides SDK for applications/servers to communicate with the HSM hardware. The SDK basically consists of two libraries:

-MS CAPI Interface (CSP Library)

-PKCS#11 Interface (cryptoki Library)

I have found this forum best for such kind of discussion. So could you guys on the list let me know:

- How the CSP or PKCS#11 library can be integrated with the SQL Server for HSM box to protect the cryptographic keys?

- Would I need to write a new Interface/Wrapper for this integration, If yes please help?

Thanks in advance.

Harsh.

hi harsh,

We cant do it in SQL Server 2005 as it dosn't support third party CSP. Infact i also want to store my Private key in HSM. I tried but there is no help available from SQL Server 2008 Documents regarding integration of SQL Server with HSM. I would also appraciate if there is some form of document available for Integration. Can anyone from Microsoft SQL Server team help ?

Regards,

Bansal.

|||

Wanni is correct: you cannot do this in SQL Server 2005. For discussions and suggestions for future SQL Server versions, you can visit the SQL Server Katmai Security forum.

Thanks

Laurentiu