Usage of SQL Server Schema Compare v1.21.0 extention
Hello, I am using ADS: Version: 1.50.0 (system setup) Commit: 49c73a84388731fec941dac8d938345ac16bd470 Date: 2024-11-17T22:41:05.327Z VS Code: 1.82.0 Electron: 30.5.1 Chromium: 124.0.6367.243 Node.js: 20.16.0 V8: 12.4.254.20-electron.0 OS: Windows_NT x64…
Can the MSSQL JDBC driver connect to a SQL SERVER using a GMSA account?
Is it possible for the MSSQL JDBC driver to connect to a SQL SERVER using a GMSA account? If it is, what should the connection string look like? Can the connection URL include the GMSA account name, such as…
Measure grand total
Hi community, I work with report builder, I trying to calculate grand total, but I don't make a correct calculation. The Source is actually semantic model in power bi service, I have on semantic model this dimensions: Country, City and measures : stock,…
Measure grand total
Hi community, I work with report builder, I trying to calculate grand total, but I don't make a correct calculation. The Source is actually semantic model in power bi service, I have on semantic model this dimensions: Country, City and measures : stock,…
An invalid tabular data stream (TDS) collation was encountered (Not linked Server)
We just upgraded one of our sites for SQL Server 2019 and since then our software cannot write to any of the blob fields in the database. We get the following error: "An invalid tabular data stream (TDS) collation was encountered." We…
MSSQL 2022 - SSISDB ETL returning "...failed with the following error: "An error occurred in the Microsoft .NET Framework while trying to load assembly id 65536. "
Full error from the Integration Catalog in question: SQL Load Queue List into Object:Error: Executing the query "EXEC [My PROC name]" failed with the following error: "An error occurred in the Microsoft .NET Framework while trying to…
MSSQL 2022 - SSISDB ETL returning "...failed with the following error: "An error occurred in the Microsoft .NET Framework while trying to load assembly id 65536. "
Full error from the Integration Catalog in question: SQL Load Queue List into Object:Error: Executing the query "EXEC [My PROC name]" failed with the following error: "An error occurred in the Microsoft .NET Framework while trying to…
Timeline for Release of NEXT GEN Feature for Managed Service in Azure
What is the timeline for the release of the NEXT GEN feature for managed service in Azure? It has been in testing since March 2024. When will it be out of preview mode for general use?
BLOB ERROR
When I run the refresh one of my tables is not mirroring its counterpart in the production database. The comment is BLOB error. What is a BLOB error. the dependent tables are fine but the parent table won't generate data.
Upgrading SQL server 2019 enterprise evaluation edition to SQL Server 2022 Standard
HI All, I am planning to Upgrading SQL server 2019 enterprise evaluation edition to SQL Server 2022 Standard. when I run SQL server 2022 standard installation setup upgrade edition step it is missing select instance name step and there is no option to…
SQL Express Installation Issues on Windows 11 Enterprise v10.0.22631
Experiencing installation failures with SQL Express 2022 on Windows 11 Enterprise. The installation appears to work until nearly the end, where it encounters issues related to x_cpu64 type files. The installation completes but reports a failure with a…
I can't set up a connection to the database when installing VMM
Hello! When installing VMM on the first host, I cannot connect to the database if I specify the MS SQL cluster name. As indicated in paragraph number 8 of this…
Warning: SSIS Error Code DTS_W_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.
This is the error message I receive when I run a SSIS package. Only one particular server is causing this issue other servers are connecting and package is getting executed. Warning: SSIS Error Code DTS_W_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. …
Issue with Creating Linked Server from Azure SQL Managed Instance to On-Premises SQL Server
Hi, Interestingly, I was able to create a linked server in the reverse direction—from the on-premises SQL Server to my Azure SQL MI—using a remote login and password for authentication. However, when I attempt to establish the link from Azure SQL MI to…
Dynamic editing using foreach loop "Variable does not contain valid data object" and a dynamic query data flow error
Hi! I'm currently trying to create an SSIS package that dynamically acquire columns from an azure SQL database and transform it. This is my current setup: Populate column list has the following query: SELECT COLUMN_NAME FROM INFORMATION_SCHEMA.COLUMNS…
How to merge multiple SSRS instance into one new single SSRS instance?
I'm migrating and consolidating two SQL instances into one new SQL Server 2022 instance. For user databases these are fine as I can just backup and restore them to new instance. But how about the SSRS currently running on both source instance? Each of…
How to merge multiple SSRS instance into one new single SSRS instance?
I'm migrating and consolidating two SQL instances into one new SQL Server 2022 instance. For user databases these are fine as I can just backup and restore them to new instance. But how about the SSRS currently running on both source instance? Each of…
How to query mssql to get weekly time interval from the first day the data was created for a period of 1 year
Hello, I am trying to write sql query to to get weekly time interval from the first day the data was created for a period of 1 year to select number of week of the current date for a particular user Id. Below is my mssql query. WITH WeeklyIntervals AS…
Azure Data Studio failed local connection to MSSQLSERVER Developer Edition
Hello Microsoft community members. I am having a very simple issue connecting ADS to MSSQLSERVER Developer Edition. Upon establishing the connection, I am entering the correct server and instance name (having verified through SQL Server Configuration…
How to fix code throwing exception : Microsoft.Data.SqlClient.SqlException: 'Login failed for user '
Hi All, I'm encountering an issue while trying to connect to an Azure SQL Database using Microsoft Entra Authentication (formerly Azure AD). I am using DefaultAzureCredential in my .NET application to authenticate and retrieve the access token, but…