20,294 questions with SQL Server-related tags

Sort by: Updated
2 answers

SSRS report - all hyperlinks have target of _top

I am creating a hyperlink like this: ="<a href=""https://www.google.com"" target=""_blank"">Link</a>" It works but I need to open it in the tab. When I inspect the element the target is…

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
3,031 questions
asked Sep 16, 2021, 11:32 AM
mark goldin 691 Reputation points
edited a comment Apr 10, 2025, 2:36 PM
Alain Fricker 0 Reputation points
2 answers

Visual Studio 2019 (SSAS) - Error when trying to open my model

The backstory: I work with SSAS and a tabular model via a VDI. The connection with my VDI went wonky and now there is a disconnect involving my tabular model. I'm only trying to open my tabular model (.bim) via SSAS, and I keep getting the error that…

SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,333 questions
asked Aug 17, 2022, 10:03 PM
Tanner Yatsko 11 Reputation points
commented Apr 10, 2025, 12:52 PM
Melissa Asher 0 Reputation points
2 answers

IP assignment on sql managed instance

How frequently Microsoft changes IP on sql managed instances? My understanding is that it is dynamic IP and can change anytime we are using custom DNS and need to make some dns entries - shall we create a private endpoint on sql managed instance and use…

SQL Server Database Engine
asked Apr 9, 2025, 1:22 AM
Ankit Jain 0 Reputation points
answered Apr 10, 2025, 10:36 AM
Khuloud Alkaf 5 Reputation points
0 answers

Why are query executed first blocked by update executed later

There are sessions 1-4, and session 1 is update, which is used to block the environment needed for other sessions to form. Symptom 1: Sessions 2 and 4 are select and 3 are update. 1-2-3-4 is executed in sequence. Once session 1 is terminated, I expect…

SQL Server Transact-SQL
SQL Server Transact-SQL
SQL Server: A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.Transact-SQL: A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
165 questions
asked Apr 10, 2025, 7:52 AM
博雄 胡 565 Reputation points
0 answers

Error Encountered During Custom SQL Server Express 2022 Installation on Windows 10

While attempting to perform a custom installation of SQL Server Express 2022 on a Windows 10 64-bit laptop, an error is displayed: "SQL Server Setup encountered the following error: An exception was thrown by the destination of a call."…

SQL Server Database Engine
asked Apr 9, 2025, 10:02 PM
Rogério Abril 0 Reputation points
edited the question Apr 10, 2025, 3:52 AM
Pradeep M 7,220 Reputation points Microsoft External Staff
1 answer

Certificate chain was issued by an authority that is not trusted. Error suddenly when loading into excel?

Hello all, With my credentials I can use and manipulate a database in SQL management studio. However, when I try to load that data into excel or PowerBI I receive the error (this previously worked for months):

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,494 questions
Excel Management
Excel Management
Excel: A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.Management: The act or process of organizing, handling, directing or controlling something.
1,852 questions
asked Dec 22, 2022, 9:04 PM
Abigayle Paulson 1 Reputation point
commented Apr 9, 2025, 10:03 PM
Erland Sommarskog 120.2K Reputation points MVP
1 answer

How to fetch full sql statement execution plan

Querying the sys.dm_exec_query_plan_stats.QUERY_PLAN results in a truncated version of the showplanxml How to get the full length ?

SQL Server Database Engine
asked Apr 7, 2025, 7:02 AM
Ivan Devloo 0 Reputation points
edited a comment Apr 9, 2025, 9:46 PM
Dan Guzman 9,371 Reputation points
1 answer One of the answers was accepted by the question author.

Query Availability Group Permissions to CREATE ANY DATABASE

When configuring an availability group with automatic seeding, the secondary replicas must be given the following permission in order to automatically create/seed new databases. ALTER AVAILABILITY GROUP [????] GRANT CREATE ANY DATABASE Question:…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,494 questions
asked Aug 11, 2022, 3:55 PM
Crain, Brett 31 Reputation points
edited a comment Apr 9, 2025, 9:27 PM
ChadP 10 Reputation points
0 answers

SQL server is using high CPU

Hi, SQL server is using unusual high CPU. Trying updating stats and index reorganization, bt no help. SQL agent refresher is taking high CPU, please help. Thank you

SQL Server Database Engine
asked Apr 9, 2025, 5:07 PM
Newtojob 66 Reputation points
0 answers

SQL Server Reporting Services chrome http2_protocol_error

I have web app that display a report page in inframe. Lately I deploy app on Windows Server 2022. when I use Chrome(135.0.7049.85) i get err_http2_protocol_error. What is more, when in another tab I open Url to web portal and later refresh my page report…

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
3,031 questions
asked Apr 9, 2025, 1:36 PM
Roslan, Anna 0 Reputation points
edited the question Apr 9, 2025, 2:21 PM
Roslan, Anna 0 Reputation points
0 answers

How to fix connectivity timeout issue between azure function and azure sql server.

We are trying to connect to SQL database using azure function. We are facing a connectivity timeout issue. Below is the error message :- 4/7/2025, 4:10:22.220 PM An error occurred in updateDatabase: RequestError: Timeout: Request failed to complete in…

SQL Server Transact-SQL
SQL Server Transact-SQL
SQL Server: A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.Transact-SQL: A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
165 questions
asked Apr 9, 2025, 2:16 PM
Prashant 0 Reputation points
0 answers

getting the below error while trying a run a python script present in azure data bricks workspace from adf pipeline

getting the below error while trying a run a python script present in azure data bricks workspace from adf pipeline and also the same error is being occurred when i run the script in a adb notebook as well Connecting to Database ... Database connection…

SQL Server Database Engine
asked Apr 9, 2025, 1:57 PM
Lakshmi Srinivas Pallapothu 0 Reputation points
0 answers

Type Cast Error

I am trying to write a derived column expression to check for year. We get a data file for employees for previous month in the current month and I am trying to tackle the year so when I get the file in January the year should be 2024 since I will get the…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,668 questions
asked Apr 8, 2025, 10:07 PM
Ali Ahad 131 Reputation points
commented Apr 9, 2025, 1:50 PM
Ali Ahad 131 Reputation points
0 answers

I am importing database from a bacpac file to one of sql server in Azure (PaaS). however the deployment failed. Can someone guide how to ensure the bacpac file under is accessible and what permissions need to be ser on the container or a storage account.

I am importing database from a bacpac file to one of sql server in Azure (PaaS). however the deployment failed. Can someone guide how to ensure the bacpac file under is accessible and what permissions need to be set on the container or a storage account.

SQL Server Database Engine
asked Apr 9, 2025, 1:37 PM
Shoeb Shabibi 0 Reputation points
1 answer One of the answers was accepted by the question author.

I would like to know if connector is available for SAP BPC?

Hi Experts, I am working on solution development to ingest data from different SAP systems to ADLS Gen 2. I have selected ADF for the integration and could see ADF connectors available for SAP BW, HANA, C2C etc. However, I don't find any information…

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,550 questions
Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
560 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,413 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,668 questions
asked Dec 18, 2023, 1:44 PM
Sivaramakrishnan S 20 Reputation points
commented Apr 9, 2025, 8:08 AM
Gowtham Selvaraj 0 Reputation points
0 answers

How to clone database in SQL 2022?

My customer has SQL 2022 (16.0.1000.6) and a production database. To investigate performance of the database I need the db backup. But customer cannot provide it because of some tables contain sensitive data. I have tried to clone the db because it has…

SQL Server Database Engine
asked Apr 9, 2025, 7:49 AM
Oleg Cherkasenko 0 Reputation points
edited the question Apr 9, 2025, 7:53 AM
Oleg Cherkasenko 0 Reputation points
0 answers

Issue with Configuring SSRS on EC2 with RDS

Hello, I am currently working on setting up SQL Server Reporting Services (SSRS) on an Amazon RDS instance with an EC2 instance acting as the application client. Specifically, I want to store SSRS metadata in Amazon RDS while using the EC2 instance to…

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
3,031 questions
asked Apr 8, 2025, 1:33 AM
Swe 20 Reputation points
edited the question Apr 9, 2025, 5:54 AM
Swe 20 Reputation points
0 answers

Issue with SSL certificate after SQL SERVER SSRS UPGRADE

hi All Experts, looking for some help here, we have SQL SERVER and SSRS running under: Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5040940) - 14.0.3471.2 (X64) 2017 Microsoft Corporation Developer Edition (64-bit) on Windows Server 2016…

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
3,031 questions
asked Apr 8, 2025, 4:12 PM
Nick 0 Reputation points
1 answer

SQL Server Secondary

Please guide if we can keep an AlwaysON SQL Server secondary database in read write mode

SQL Server Database Engine
asked Apr 8, 2025, 12:42 PM
Vishu 1,716 Reputation points
answered Apr 8, 2025, 4:00 PM
Dan Guzman 9,371 Reputation points
0 answers

SQL Connection Issues from Power Bi tenant

Recent 2025 issues connecting to SQL Servers from Gateway Connections that were successful last week

SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,333 questions
asked Apr 8, 2025, 3:45 PM
Ritzinger, Michael W 0 Reputation points