Forum Discussion

jdunmall's avatar
jdunmall
Advocate I
9 years ago
Solved

SQL Azure Import Data Refresh

Hi all,   I am trying to setup automatic refresh connecting to SQL Azure DB. The online service is prompting me to install a personal gateway. If I switch to DirectQuery, I am prompted for credenti...
  • jdunmall's avatar
    jdunmall
    9 years ago

    I finally figured it out: the connection FQDN included the word "secure".

     

    This won't allow server-side refresh: <database name>.database.secure.windows.net.

    This will allow servers-side refresh: <database name>.database.windows.net

     

    Both FQDNs seem to work otherwise. The 'secure' setting was used to enable auditing, but I don't think it is required anymore.

     

    Problem solved. Thanks everyone.

     

    -Jeff