About 50 results
Open links in new tab
  1. Export Server Certificate and Server Key Azure SQL Database

    Sep 10, 2019 · In your application's connection string, you must specify parameters to encrypt the connection and not to trust the server certificate. (This is done for you if you copy your connection …

  2. Logic Apps condition does not work as expected

    Mar 1, 2019 · I confirmed the LA succeed in the case of @body ('<action_name>') convert to string. So ,my concerns is why it is failed in spite of I did SQL result value parse to string by JSON.

  3. Encryption between Data Gateway to an On-Premise Data Sources

    Feb 16, 2017 · Which then is creating the linked service for On-Prem_DataGateway and there are no options to set this connection as Encrypt=True. Does this mean that the connect from the Data …

  4. Why is performance so slow reading binary data from a SQL Azure DB …

    Aug 13, 2014 · Last but not least, when you download the binary from your DB, you keep a connection open which in the end is a connection other users might have used to query data instead. However, …

  5. Azure WebJob fails with SQL Timeout exception: Job failed due to exit ...

    Dec 13, 2018 · I amusing 'Basic: 1 Small' App service plan.Always On is enabled for this WebJob.Azure SQL connection timeout had been increased to 5mins (from the default 30secs).

  6. Azure Storage Blob Connector won't upload new blob

    Oct 1, 2015 · I have created a simple logic app that reads JSON from a web api and tries to write the result to Azure Blob Storage. Having configured the connector, I would have expected it to upload …

  7. web.config does not update - social.msdn.microsoft.com

    Oct 25, 2013 · It doesn't seem to matter if my database is local or pointing to the SQL Azure instance that I ultimately want it connected to. It also doesn't matter if I debug locally or publish to an Azure …

  8. The connection string format is not valid. It must consist of one or ...

    Feb 16, 2018 · That is actually the Data Source part of the connection string. Make sure you are not overwriting the entire connection string with this file path is an expression.

  9. C# Function return string value - social.msdn.microsoft.com

    Oct 7, 2021 · Question 0 Sign in to vote User-1896053415 posted Hi Guys, I want to write a function that returns a string value is this possible private void GetData (string page) { //Connects to SQL …

  10. Can I change the datatype of the Spark dataframe columns that is …

    Jan 24, 2019 · If i use the casting in pyspark, then it is going to change the data type in the data frame into datatypes that are only supported by spark SQL (i.e. spark sql supported types) which doesn't …