HI,

I managed to run DFCONNID SERVER_NAME = MYID.

I want to tell the procedure to other friends do not suffer like me.
1). DBBuilder (as administrator) -> Tools -> Configure Driver -> MSSQL -> Advanced.
Add your ID:
DFConnectionId MYID, SERVER = MYSERVER; Trusted_Connection = yes; DATABASE = MYDB, 0
2). Save it.
3). In each table.int change: SERVER_NAME SERVER = MYSERVER; Trusted_Connection = yes; DATABASE = MYDB
to: SERVER_NAME DFCONNID = MYID
4). Stop / Restart sql service or restart the computer.

Edgar