Why FOR XML PATH does not escape " or ' but does < or > or &
Hi there. I am puzzled by this behavior SELECT v.sc as [data()] FROM (VALUES ('"' , '"') ,('''' , ''') ,('<' , '<') ,('>' , '>') ,('&' , '&') ) v (sc, sce) FOR XML PATH(''), TYPE The…
Visual Studio: Web Server Unable to Listen on Port
Hello, I am encountering an issue with Visual Studio running on a Microsoft Windows Server 2022 Datacenter Evaluation, hosted as a Hyper-V virtual machine. When starting my ASP.NET Core application, I get an error indicating that the web server cannot…
Visual Studio: Web Server Unable to Listen on Port
Hello, I am encountering an issue with Visual Studio running on a Microsoft Windows Server 2022 Datacenter Evaluation, hosted as a Hyper-V virtual machine. When starting my ASP.NET Core application, I get an error indicating that the web server cannot…
We are setting up Entra Authentication for SQL Server. We want to protect against regional outages. How do we configure private DNS so that if a region goes down, SQL Authentication via Entra ID will not be impacted?
We are setting up Entra Authentication for SQL Server on premises via Azure Arc. We want to protect against regional outages. How do we configure private DNS so that if a region goes down, SQL Authentication via Entra ID will not be impacted?
I cannot install the SQL Server 2022 Developer Edition
I cannot install the SQL Server 2022 Developer Edition (x64) on the Microsoft Windows 10 Pro (10.0.19045). The Database Engine Services failed to install. Please see error messages and exit codes below: Error installing SQL Server Database Engine…
How can I avoid costs on a free Azure account?
A few days ago, I created a free account to host my .NET API. This application uses SQL Server, so I decided to work with Azure SQL Server. Since I was in the design phase, I opted for their free-tier offering. However, at some point, I must have created…
Can I buy SQL Server 2022 Enterprise 96 Core License and install it on 4 physical servers with with 24 cores
Can I buy SQL Server 2022 Enterprise 96 Core License and install it on 4 physical servers with with 24 cores
Can I buy SQL Server 2022 Enterprise 96 Core License and install it on 4 physical servers with with 24 cores
Can I buy SQL Server 2022 Enterprise 96 Core License and install it on 4 physical servers with with 24 cores
Feature support of SQL Agent job running SQL Server Integration Services package with CDC task
We are trying to setup a SQL Agent which runs a SQL Server Integration Services package that makes use of a CDC Source Data Flow task. When running the job, we get an error saying that Enterprise Edition is required: Looking at documentation, we…
Feature support of SQL Agent job running SQL Server Integration Services package with CDC task
We are trying to setup a SQL Agent which runs a SQL Server Integration Services package that makes use of a CDC Source Data Flow task. When running the job, we get an error saying that Enterprise Edition is required: Looking at documentation, we…
Error when setting destination in Copy Data activity (MS Fabric)
Hi all, In my Fabric workspace, I have a pipeline with a "Copy Data" activity. The source is a lakehouse. I am trying to set the destination to be SQL Server. I have put in the server name, username and password. I also checked the checkbox…
BizTalk Server 2020 on Windows Server 2022 and SQL Server 2022
Can we install BizTalk Server 2020 on Windows Server 2022 and use Sql Server 2022 as the default database?
BizTalk Server 2020 on Windows Server 2022 with SQL Server 2022
Can we install BizTalk Server 2020 on Windows Server 2022 with SQL Server 2019 and if Microsoft supports it ? Thanks
Skip five rows when loading data
Is it possible to skip the top5 rows when loading data from flat file to sql table in SSIS
SQL Availability Groups
Dear team, We are considering to deploy SQL 2019 on three servers, one that will be hosting the active databases (around 150 databases), one for high availability and one server in the disaster recovery site. We are considering using SQL availability…
Maximum Length Exceeded
I am seeing the following error in my logs: EntityFramework.Exceptions.Common.MaxLengthExceededException: Maximum length exceeded ---> Microsoft.Data.SqlClient.SqlException (0x80131904): String or binary data would be truncated in table 'dbo.Profile',…
How to create DB for Reservation
I have a reservation - SQL Database Single/Elastic Pool General Purpose - Compute Gen5 Could you please share with me instructions on how to create DB suitable for my reservation As I understand if I create DB correctly it will link to the…
Azure MI Linked Server
Hi Team, I want to create linked server in Azure Managed Instance using Microsoft OLEDB driver, but I am unable to do the same so can you please help me with that if there is any way where we can do that. Or is there any other solution to connect Azure…
MS SQL Server 2012 Standard Free Edition
I need MS SQL Server 2012 Standard Free Edition and also SSMS 2012 standard Edition Free Version download link. Please help in urgent basis
could not start the MSSQL server service I got an error 1067 in windows 11 with SQL Server 2024
I install the windows 11 with version 24H2 Build 26100.2314 pro then installed the Microsoft.SQL.Server.2022.Enterprise.x64 so after finished the success message of SQL installer, I try to start the MSSQLSERVER and I faced on below error: Windows could…