SQL Server 2022 Dev Edition Installation error
Hello everyone. I'm having issues trying to install SQL Server 2022 Developer Edition on my machine. This is for an assignment from school so this is the first time I'm dealing with SQL. The issue is that the Database Engine Service is not installed…
SQLBindParameter/SQLExecute returns SQL_NO_DATA on second iteration
Hi, ALL, I'm trying to run the following scenario: std::wstring query = L"INSERT INTO abcattbl SELECT ?, ?, (SELECT object_id FROM sys.objects o, sys.schemas s WHERE s.schema_id = o.schema_id AND o.name = ? AND s.name = ?), '', 8, 400, 'N', 0, 0,…
Unable to install SQL Server. Exit code (Decimal): -2147467259"
I've got the summary and i was wondering if you could help read it. i got the "Unable to install SQL Server. Exit code (Decimal): -2147467259" Detail.txt Summary.txt
SQL Server Stored Procedure oddity
Ok, so we have a stored procedure that has been in production for at least 3 years and working find. Last night the oddest thing happened. We have tried to normalize data about people, so we have one table that contains all ids a person may have in…
error code - 1073741724
error code - 1073741724.when starting SQL server helper. That service does not start
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…
SSMS Installation
I have tried multiple things but not able to install ssms
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…
How to Verify the Signed Status of a CLR Assembly with Asymmetric Key in SQL Server
CLR Strict Security is enabled - User databases have TRUSTWORTHY as OFF In this scenario all CLRs are treated as unsafe and will not function, unless they are added to the trusted_assemblies or have an asymmetric key. They have seen many issues with…
Backup certificate WITH PRIVATE KEY error create on other instance
Hi, I'm having trouble performing a backup of a certificate and subsequently restoring it on another server. I'll share the entire syntax. It's not clear to me whether I need to open the MASTER KEY on the source server. I created a share at C:\TDE where…
How to Register 2 Iaas Sql Server Instances in an Always On Availability Group configuration to recovery services vault
I have 2 Azure VM's and installed SQL Server on both and create an Instance on in an Always On Availability Group. The 2 vm's are not clustered that it there is no WSFC so the failover process is a manual. I am configuring this Instance to backup to a…
SQL Server on mac
Is there a way to use a SQL Server on Mac? I tried using Docker and Azure Data Studio but I'm blocked at the last step by a error message. Many seems to have faced the same issue.
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…
How to fix code throwing exception : Microsoft.Data.SqlClient.SqlException: 'Login failed for user '<token-identified principal>'. The server is not currently configured to accept this token.'
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…
SSMS Import of MS Access accdb external component has thrown an exception (System.Data)
I've been using SQL Server Management Studio for some time to import tables from MS Access into SQL Server. Now I get an error External component has thrown an exception. (System.Data) when I choose an Access database to import from. This worked only a…
SQL Server timeout exception azure hyrbrid connection
We have a Web application with Azure functions, a web app and an API manager. SQL database is located on an on-premise SQL database server. Functions apps connecting on-premise database via Azure hybrid connection. Suddenly we got the following error…
How to modify SSIS "Flexible File Source" character limit
Hello everyone, I use SSIS to pour CSV data into a database. I use the "Flexible File Source" package to get data from Azure Blob Storage. When trying to do that with a rather big CSV file, I got one of my values that got truncated. I did a bit…
Unable to acquire authorization token (ConnectionDlg.AadInteractiveAuthProvider) with "Azure Active Directoy - Universal with MFA" to Azure SQL server when SSMS is run as my privileged account
This works fine from another system, or if I log on to the laptop directly with my privileged account. I need to run SSMS as my privileged account, because that's the only account that has been authorized to connect to our Azure SQL servers &…
Subscription
Hi all, I hv a question about SSRS subscription under mssql 2022 STD, I saw when i subscript to a report, it will create a job under SSMS jobs. I would like to manage the report subscription not run on the specified date store in some table in the…
Retrieving Admin Credentials for SQL Server Database Backup
Connecting to a database from SQL Server Management Studio with normal authentication is not allowing backup operations. An ex-employee who was the admin did not provide any credentials. As a result, backup cannot be taken, and attempts to assign roles…