I would like to insert data into SQL Server directly from NMBRS in a distributed transaction, like for instance:
insert into table@sqlserver
( fields )
select fields from employees@nmbrs
By default only the datadictionary
, inmemorystorage
, os
and mail
aliases are defined. How can I add the right aliases?
Use the following configuration in your
settings.xml
orsettings-<SOMETHING>.xml
file:Put them in your
%USERPROFILE%\invantive folder
. Asettings-*.xml
will be merged with your centralsettings.xml
file.The disable on allow connection string rewrite makes it possible to hard-code the user name/password for SQL Server. When you remove it, the log on will ask you for the credentials of SQL Server too.