-
I'm trying to read some data from an Azure SQL Database using my on-premises R engine.
I'm using the most recent version of the R SDK and I installed the Python SDK 1.5.0 too.
Here the code:
```
…
-
Hi Janani,
The bug that you had fixed before appeared again and when we change the server and RG in the AzureSqlDatabase crd object, it doesn’t create the database on the new server again but the …
-
To be consistent across all operators we are setting Status.Message to "successfully provisioned" or ResourceManager.SuccessMsg when the provisioning is successful.
The VNET operator does not set t…
-
Is it possible to connect using Azure Active Directory credential?
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 4998b2…
-
MAX of the three columns (avg_cpu_percent, avg_data_io_percent, avg_log_write_percent) may also be written like this:
select *
, (select max(pct)
from (values (rs.avg_cpu_percent), (rs.avg_data_io…
-
I've just executed a training run where I had to get data from an Azure SQL DB.
I need to get the Workspace object in order to point to the specific Datastore. So I used the following code:
`ws
…
-
I have discovered that users can enter a single quote, and possibly other dangerous characters into a text widget or a textblock widget. This is a serious security hole for sql injection attacks, let…
-
I'm trying to create a dataframe from an Azure SQL DB registered into the Datastore.
I'm trying to do that using TabularDatasets with this command:
`azureml$core$dataset$Dataset$Tabular$from_sql_q…
-
Hi Yochanan,
Question: How does this compare to Automatic Tuning now available for Azure SQL? Can it be used along side? Anything to be careful about if used with geo-replicas and read-only secondari…
-
I successfully added AccessToken support to dbatools but it seems to only work partially. Here's some code for a repro:
```powershell
$params = @{
Type = 'ManagedIdentity'
Sub…