08 feb 2024 Informatica App Services Managed identity e SQL Server Come utilizzare le Azure Managed identity per accedere ad altri servizi Azure come ad esempio SQL Server Azure App Services Azure SQL databases .NET T-SQL Azure .NET Core SQL Server
21 mar 2023 Informatica Montare un VHDX da linea di comando In Windows 11 è possibile montare un disco virtuale VHDX tramite il comando DISKPART Batch (.BAT) PowerShell Script SQL Server
03 nov 2022 Informatica Scegliere la massima data tra 3 valori in T-SQL Come creare una funzione MaxDate tra 3 date presenti sulla stessa riga T-SQL SQL Server SQL
20 set 2022 Informatica Come passare un array di valori a una store procedure Ecco come creare una store procedure T-SQL che accetta un array di valori T-SQL SQL Server 2016 SQL SQL Server
10 lug 2022 Informatica Entity Framework con .NET 6 minimal web API Un esempio su come usare Entity Framework 6 con .NET 6 minimal web API .NET 6 Entity framework .NET .NET Core SQL Server Database
15 mar 2022 Informatica Power BI Performance analyzer In Power BI è disponibile un utile tool Performance analyzer che torna utile per analizzare le query eseguite. Power BI Project Server SQL Server T-SQL
14 mar 2022 Informatica Campi data in Power BI (hierarchy) Power BI come impostazione predefinita visualizza i campi data (Date/Time) come gerarchia (hierarchy), ma il comportamento può essere cambiato. Power BI SQL Server
03 feb 2022 Informatica Calcolo inizio e fine settimana in T-SQL Questa query T-SQL restituisce la data di inizio e fine settimana di una data passata SQL SQL Server T-SQL
02 set 2021 Informatica Errore Reporting: This operation is not supported on a report server that runs in native mode Questo errore si è presentato dopo una migrazione di SQL Server Reporting dalla versione 2016 alla versione 2019 .NET Core C# Errori Reporting Reporting Services SQL Server
25 lug 2021 Informatica Power Apps come usare un Gateway Un esempio di come usare il gateway per accedere ai dati on-premises in Power Apps Power Apps Power Automate Power BI Office 365 Oracle SQL Server
18 lug 2021 Informatica Query per Reporting SSRS su SharePoint Spesso quando si fanno delle query su SharePoint con Reporting Services in liste con molti elementi, può capitare di non vedere tutte le righe ... Reporting Services SharePoint SharePoint 2016 SQL Server
13 mag 2021 Informatica Gestire una DropDown in una Form Power Apps con SQL Se si usa Power Apps con SharePoint i campi di tipo ComboBox, ad esempio Choice o Lookup, vengono correttamente gestiti quando si usa il controllo Forms. La stessa cosa non avviene con SQL Server... Power Apps SharePoint SharePoint Online SQL SQL Server
12 mag 2021 Informatica String_split in T-SQL con rownumber In T-SQL è disponibile la funzione string_split che permette di splittare una stringa in base a un separatore per creare una tabella ... Esempi SQL SQL Server T-SQL
07 mag 2021 Informatica Ordinamento manuale di una gallery Power Apps Può capitare di dover gestire in Power Apps un ordinamento manuale in una lista, ad esempio, in una Todo list, si può voler definire una diversa priorità degli elementi da gestire tramite... Power Apps SharePoint Online SQL Server
21 mar 2021 Informatica Contare le occorrenze di una stringa in T-SQL In T-SQL è possibile contare le occorrenze di una stringa usando la funziona LEN e REPLACE. SQL SQL Server T-SQL
03 mar 2021 Informatica Errore di rendering con SQL Reporting (ReportViewer) in SharePoint 2016 Di recente mi è capitato un errore su una macchina di sviluppo con SharePoint 2016 onprem e Reporting Services installato in integrata... Errori Reporting Reporting Services SharePoint SharePoint 2016 SQL Server SQL Server 2016
15 gen 2021 Informatica T-SQL ISNULL e NULLIF (IsNullOrEmpty) Una comparazione tra le istruzioni T-SQL di SQL Server ISNULL e NULLIF SQL SQL Server SQL Server 2016 T-SQL
30 nov 2020 Informatica SharePoint missing web template Recentemente mi è capitato di aggiornare uno SharePoint 2016 alla CU October 2020, purtroppo l'aggiornamento falliva con questo errore... Database SharePoint 2013 SharePoint 2016 SharePoint 2019 SQL Server T-SQL
09 ott 2020 Informatica Cancellare una tabella SQL solo se esiste Dalla versione SQL Server 2016 è possibile fare il drop di una tabella solo se esiste con... SQL SQL Server SQL Server 2016 T-SQL
06 ott 2020 Informatica Elencare tutte le tabelle in T-SQL Query T-SQL per elencare tutte le tabelle e viste presenti nel database. SQL SQL Server SQL Server 2016 T-SQL
05 dic 2019 Informatica T-SQL SCOPE_IDENTITY() vs @@IDENTITY SCOPE_IDENTITY() e @@IDENTITY sono due istruzioni T-SQL che permettono di recuperare l'ultimo valore di identity generato dopo una INSERT . La differenza tra i due è che @@IDENTITY ritorna l'ulti ... Database SQL SQL Server T-SQL
14 ott 2019 Informatica Gestire i database con Python Python mette a disposizione la libreria pyodbc per gestire l'accesso a vari tipi di database tra cui SQL Server . E' possibile scaricare una versione gratuita denominata Express dal sito ufficiale... Oracle PostgreSQL Python SQL Server T-SQL
26 set 2019 Informatica T-SQL, JSON text is not properly formatted. Unexpected character '.' is found at position 50. Recentemente mi è capitato questo errore mentre passavo un dato Json ad una store procedure invocata da codice C# : T-SQL, JSON text is not properly formatted. Unexpected character '.' is found at ... Errori JSON SQL Server SQL Server 2016
05 lug 2019 Informatica Impostare read only su un database SQL server Prima di una migrazione di un database SQL Server può tornare utile impostarlo in read only per evitare modifiche durante la fase di migrazione (backup / copy / restore). Il comando T-SQL è: USE [ ... SharePoint SQL SQL Server T-SQL
23 apr 2019 Informatica Azure Data Studio (ex SQL Operations Studio) E' stato di recente rilasciata la nuova versione di SQL Operations Studio ora chiamato Azure Data Studio . Si tratta di un client multipiattaforma ( Windows , Linux e MAC ) per accedre e gestire i ... Apple Apple MAC Linux SQL SQL Server T-SQL Windows
06 feb 2019 Informatica Convertire un JSON in una tabella SQL con T-SQL SQL Server 2016 mette a disposizione delle funzioni per manipolare le stringhe Json . Ad esempio, avendo una stringa Json , è possibile trattarla come se fosse una tabella tramite l'istruzione OP ... SQL SQL Server SQL Server 2016 T-SQL
14 dic 2018 Informatica Disabilitare il controllo di validazione dei certificati in .Net Core Può capitare di dover accedere a dei servizi in https che usano un certificato rilasciato da una Certification Authority (CA) interna che usa un certificato self signed . Tipicamente questo accade ... .NET .NET Core ADFS MVC SQL Server
13 dic 2018 Informatica Errore in collega tabelle di Access Collegando delle tabelle SQL in Access, può capitare di imbattersi in questo errore: 'PK_dbo.AspNetUsers' non è un nome valido. Verificare che non includa caratteri o punteggiatura non validi e ... SQL SQL Server T-SQL
22 mar 2018 Informatica Power Apps e il limite di 500 items Power Apps di default limita gli item ritornati da una query fatta su un data source a 500 items o righe. Tramite una feature sperimentale raggiungibile dal menu File / Impostazioni app / Funziona .. Office 365 Power Apps SharePoint SharePoint Online SQL Server