Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Migration from Oracle RDB to SQL Server.
Wouldn't this be better served in comp.databases.ms-sqlserver?
Thanks,
Brian
Chandra Mohan wrote:
>
> Hi,
>
> We need help on following things :
> 1. Inputs on creating comments on the columns & Tables of a SQL
> Database & generating the sql script of that.
>
> 2. Is it possible to call a .exe file in SQL server like following
> code in ORACLE
>
> create procedure CERT_VERIFY_PROCEDURE ( in :X Y by value )
> language SQL;
> external
> name "CERT_VERIFY"
> location 'HOST_IMG:TEST_CALCS.EXE'
> with ALL logical_name translation
> language C
> GENERAL parameter style
>
> 3. We are using Rules for restricting data(now), We need inputs
> whether to use Check constraints or Rules.
>
> Thanks & Regards,
> Chandru
-- =================================================================== Brian Peasland dba_at_remove_spam.peasland.com Remove the "remove_spam." from the email address to email me. "I can give it to you cheap, quick, and good. Now pick two out of the three"Received on Thu Aug 07 2003 - 10:19:52 CDT