Oracle Consulting Oracle Training Oracle Support Development
Home
Catalog
Oracle Books
SQL Server Books
IT Books
Job Interview Books
eBooks
Rampant Horse Books
911 Series
Pedagogue Books

Oracle Software
image
Write for Rampant
Publish with Rampant
Rampant News
Rampant Authors
Rampant Staff
 Phone
 800-766-1884
Oracle News
Oracle Forum
Oracle Tips
Articles by our Authors
Press Releases
SQL Server Books
image
image

Oracle 11g Books

Oracle tuning

Oracle training

Oracle support

Remote Oracle

STATSPACK Viewer

Privacy Policy

 

   
  SQL Server Tips by Burleson

XP_CRYPTOAPI Usage

To compile the class you will need Microsoft Visual C++ 6.0 or later installed.
You should also ensure that you have a recent MS Platform SDK installed and configured.

Follow the normal procedure to register the DLL. You should register all the XP’s as implemented in the module “XPCrypt.cpp” using the TSQL statement “sp_addextendedproc”.

A lot of the XP’s return a variable sized output parameter e.g. the encrypted data, signature, hash or HMAC. To determine the maximum size for these variables you should call the function using the maximum size of data for the input and use the size of the output parameter for your definitions. This ensures that output data does not get truncated. Also since the encrypted data can be bigger than the plaintext input parameters, special care must be taken when designing tables which will stored encrypted data so that they will not cause problems with the inherent limit of 8000 characters in TSQL.


The above book excerpt is from:

Super SQL Server Systems
Turbocharge Database Performance with C++ External Procedures

ISBN: 0-9761573-2-2
Joseph Gama, P. J. Naughter

 http://www.rampant-books.com/book_2005_2_sql_server_external_procedures.htm  

Linux Oracle commands syntax poster

ION Oracle tuning software

Oracle data dictionary reference poster



Oracle Forum

BC Oracle consulting support training

BC remote Oracle DBA   

 

   

 Copyright © 1996 -2017 by Burleson. All rights reserved.


Oracle® is the registered trademark of Oracle Corporation. SQL Server® is the registered trademark of Microsoft Corporation. 
Many of the designations used by computer vendors to distinguish their products are claimed as Trademarks
 

Hit Counter