cancel
Showing results for 
Search instead for 
Did you mean: 
1WSCGomez
Moderator
Moderator

Why BCP cannot import any record into the tables with SQL Azure?

  1. Make sure the Server connection string does not contain a semi-column (;)
     

    at the end, like this <ServerURL>jdbc:sqlserver://SERVER:1433;database=DATABASE;</ServerURL>

  2. Try to use a password without too many special characters, such password will make BCP fail <Login User="user_login" Password="-dP.\w9VBygI"/>

  3. Avoid to have a database name starting with a digit. Instead of “1WorldSync“ for example, preferably use “OneWorldSync“
Version history
Revision #:
1 of 1
Last update:
‎02-22-2024 03:13 AM
Updated by:
 
Contributors