We are connecting to a SAAS SQL database on Azure. To connect you have to pass the SERVER, ID, PW and DATABASE. This works using INT files but does not work in DBBldr as in the database login function you cannot pass the database name. The SQL INT Repair function tries to login to the SQL server prior to entry of the database name so that also does not work. I tried passing the database name as part of the server with server... ;database=xxx and server....;xxx