19,149 questions with SQL Server-related tags

Sort by: Updated
2 answers

Suggest a way to replicate data from on premise sql server 2019 to azure synaspe analytics directly

Im using an sql server in my on premise with version 2019, I need to transfer or replicate real time data to azure synapse database, so which azure service will be more effective and flexible for large data transfer

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,903 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,739 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,643 questions
asked 2024-09-26T14:30:15.38+00:00
AGP 0 Reputation points
accepted 2024-09-28T17:39:22.0533333+00:00
AGP 0 Reputation points
0 answers

Razor core app connects to DB, but integration test fails with Microsoft.Data.SqlClient.SqlException

I have an app that I've been writing and its working well. When I introduced an integration test, its unable to connect to the DB using the exact same connection string. Microsoft.Data.SqlClient.SqlException: 'A network-related or instance-specific…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,081 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,739 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,887 questions
asked 2024-09-28T14:36:46.4833333+00:00
Walter 1 Reputation point
commented 2024-09-28T16:21:56.68+00:00
Walter 1 Reputation point
1 answer

I'm installing SQL Server 2022 and encountering this error, can anyone help me? I use Window 11. Specifically, the error I encountered is as follows: "exit code(decimal):-2147467259 error description: The system cannot find the path specified"

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,739 questions
asked 2024-09-28T11:08:59.5566667+00:00
Ngô Thành Quang 0 Reputation points
answered 2024-09-28T13:13:04.87+00:00
Erland Sommarskog 110.6K Reputation points MVP
2 answers

SQL server down, I need help!!!

00002044.0000290c::2024/09/24-17:17:04.853 ERR   [RES] SQL Server Availability Group <ETL_LST>: [hadrag] Did not find the instance to connect in SqlInstToNodeMap key. 00002044.0000290c::2024/09/24-17:17:04.853 WARN  [RHS] Online for resource…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,739 questions
asked 2024-09-25T15:06:59.45+00:00
Debo Ademosu 0 Reputation points
commented 2024-09-28T10:53:25.13+00:00
Debo Ademosu 0 Reputation points
1 answer

Unable to install SQL Server (setup.exe). Exit code (Decimal): -2068052377Error description: Invalid command line argument. Consult the Windows Installer SDK for detailed command line help.

Unable to install SQL Server (setup.exe). Exit code (Decimal): -2068052377Error description: Invalid command line argument. Consult the Windows Installer SDK for detailed command line help.

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,739 questions
asked 2024-09-28T09:38:56.5433333+00:00
Huynh Viet 0 Reputation points
answered 2024-09-28T10:49:28.3133333+00:00
Erland Sommarskog 110.6K Reputation points MVP
7 answers

SSMS : 18.12.1 and 18.6 : clicking New Query button crashes SSMS; 'SQL Server Agent' service doesn't start at all.

Hello All ! SSMS : 18.12.1 and 18.6 : clicking New Query button crashes SSMS; 'SQL Server Agent' service doesn't start at all. ============================================= OS: Windows 10 pro : version: 10.0.19044 steps: Installed SQL…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,739 questions
asked 2022-11-23T08:27:40.487+00:00
srini 1 Reputation point
commented 2024-09-28T07:08:17.4466667+00:00
Denys Mykhaylyts'kyy 0 Reputation points
0 answers

Hi, I always facing DataBinding: 'System.Data.DataRowView' does not contain a property with the name 'ProductColor'. this issue, I checked all my data binding, its correct, how to fix this?

Below is my code for cs using System; using System.Collections.Generic; using System.Data.SqlClient; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; //Step 1: using System.Xml.Linq; using Razorpay.Api; using…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,474 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,739 questions
asked 2024-09-27T11:24:22.7066667+00:00
jw 0 Reputation points
commented 2024-09-27T23:07:28.9066667+00:00
SurferOnWww 2,741 Reputation points
2 answers

Msg 319, Level 15, State 1, Line 88 Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon.

Create Table #percentpopulationvaccination ( continent nvarchar(255), location nvarchar(255), date numeric, population numeric, New_vaccinations numeric, rollingpeoplevaccinated numeric, ); Insert Into #percentpopulationvaccination select dea.continent,…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,739 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,570 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,739 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,570 questions
asked 2023-03-31T12:41:12.3266667+00:00
pruthvi salian 0 Reputation points
commented 2024-09-27T22:53:31.02+00:00
Jehan 0 Reputation points
2 answers

Msg 319, Level 15, State 1, Line 88 Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon.

Create Table #percentpopulationvaccination ( continent nvarchar(255), location nvarchar(255), date numeric, population numeric, New_vaccinations numeric, rollingpeoplevaccinated numeric, ); Insert Into #percentpopulationvaccination select dea.continent,…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,739 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,570 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,739 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,570 questions
asked 2023-03-31T12:41:12.3266667+00:00
pruthvi salian 0 Reputation points
commented 2024-09-27T22:53:31.02+00:00
Jehan 0 Reputation points
2 answers

Failed to authenticate the user NT Authority\Anonymous Logon in Active Directory (Authentication=ActiveDirectoryIntegrated).

I'm working on configuring Azure SQL Server authentication using Microsoft Entra Integrated. Here’s my setup: I have an Azure SQL Server with an active database. My laptop is connected to Azure AD. I’ve opened SQL Server Management Studio (SSMS),…

Azure SQL Database
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,739 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,587 questions
asked 2024-07-29T14:52:57.4433333+00:00
Sam H 0 Reputation points
edited the question 2024-09-27T21:31:46.6733333+00:00
Oury Ba-MSFT 18,941 Reputation points Microsoft Employee
2 answers

A SQL2005 query worked before but not now.

select name, EDI_code, perdose, perday, howlongday, count(*) AS frequencies from prescriptions_pharmacy group by name, EDI_code, perdose, perday, howlongday When I execute above query in Server Management Studio Express, Incorrect syntax near '' error is…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,739 questions
asked 2024-09-27T08:50:40.3566667+00:00
Kay_Lee 101 Reputation points
commented 2024-09-27T21:07:11.4433333+00:00
Erland Sommarskog 110.6K Reputation points MVP
0 answers

DQS DATA QUALITY AGENT

I GOT THIS ERROR

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,739 questions
asked 2024-09-27T11:51:37.3833333+00:00
ADEL RAMADAN TAHA 0 Reputation points
commented 2024-09-27T21:01:55.8266667+00:00
Erland Sommarskog 110.6K Reputation points MVP
0 answers

SQL Express Setup (SQLEXPR_x64_ENU) failed with 2068052310 error code

I was installing SQL Express 2019 (SQLEXPR_x64_ENU) at Windows 10 64 bit machine, but getting 2068052310 error code. Pre-Installed: SQL Express 2012 SP4 64 bit.

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,739 questions
asked 2024-09-27T16:18:02.5933333+00:00
Dey, Dipankar 0 Reputation points
commented 2024-09-27T20:57:55.7233333+00:00
Erland Sommarskog 110.6K Reputation points MVP
3 answers

SQL Table Performance

I have a table in my SQL Server that is not performing well. When I looked closely at it, I found that it had 40+ indexes and about 20 of them were never used. I removed those 20 indexes, thinking that would help with performance. Unfortunately, that…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,739 questions
asked 2024-09-25T13:20:28.63+00:00
Royer, Diane M 0 Reputation points
commented 2024-09-27T20:56:10.84+00:00
Erland Sommarskog 110.6K Reputation points MVP
1 answer

How to open multiple .sql files in only one SSMS instance

Hello everyone, I have a problem on SQL Server Management Studio (SSMS) version 20.2.30.0. Since i upgraded my SSMS, when i wanna open my sql file, instead of open it on one window and new tab on there, it'll open in multiple window. It should be…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,739 questions
asked 2024-09-24T05:15:27.1633333+00:00
Amir Hossein Hozouri 0 Reputation points
commented 2024-09-27T20:54:35.4933333+00:00
Erland Sommarskog 110.6K Reputation points MVP
1 answer

What does ADF SSIS Error "Disk Full Exception Caught" mean

Hi, we are running an Azure-SSIS Type Integration Runtime in Azure Data Factory. This morning this IR suddenly got Unavailable for some reason. Fortunately we hat the Diagnostic Settings ADFSSISIntegrationRuntimeLogs enabled and I found the following…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,643 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,570 questions
asked 2024-09-25T10:26:26.61+00:00
Cedric Ahlers 35 Reputation points
commented 2024-09-27T19:02:44.2066667+00:00
Chandra Boorla 1,500 Reputation points Microsoft Vendor
0 answers

OLE DB provider "MSDASQL" for linked server Can't connect to MySQL server, connection issue

I have setup SQL Server 2014 linked server to connect to MySQL 8 instance and when I run a single openquery insert statement like below it works fine. However, when I run multiple insert statement to insert data to multiple tables like below openquery…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,739 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,016 questions
asked 2024-09-17T05:08:03.9866667+00:00
binrip 0 Reputation points
edited the question 2024-09-27T18:57:37.6333333+00:00
Oury Ba-MSFT 18,941 Reputation points Microsoft Employee
0 answers

Problem with open SSIS folder by SSMS on clustered node

Hi Expert, I'd being installed SSIS service on each clustered nodes, only SQL Server engine that installed as FCI Resource, but I succesfully opened SSIS folder (MSDB folder) by SSMS at only one of nodes NOT both.. if any missed setting or configuration,…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,570 questions
asked 2024-09-27T10:12:45.47+00:00
UrBel 120 Reputation points
commented 2024-09-27T16:43:11.9133333+00:00
Olaf Helper 44,341 Reputation points
1 answer

System.ArgumentException: 'Keyword not supported: 'trust server certificate'.'

When I try to add new data into the SQL table I get this error message. System.ArgumentException: 'Keyword not supported: 'trust server certificate'.' SqlConnection con = new SqlConnection("Data Source=JERRY-P720\JW_SQLEXPRESS;Initial…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,739 questions
asked 2024-09-24T18:52:17.1166667+00:00
JW 20 Reputation points
edited a comment 2024-09-27T15:13:27.5333333+00:00
Dan Guzman 9,236 Reputation points
1 answer

OperationalError: ('HYT00', '[HYT00] [Microsoft][ODBC Driver 17 for SQL Server]Login timeout expired (0) (SQLDriverConnect)')

Hi, I am encountering an issue while trying to connect to an SQL database using a Python script in my Jupyter notebook. The connection attempt results in the following error message: OperationalError: ('HYT00', '[HYT00] [Microsoft][ODBC Driver 17 for SQL…

SQL Server on Azure Virtual Machines
Azure SQL Database
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,739 questions
asked 2024-07-05T06:27:34.9366667+00:00
Tú Nguyễn 130 Reputation points
commented 2024-09-27T14:52:02.8133333+00:00
NIKHILA NETHIKUNTA 2,155 Reputation points Microsoft Vendor