SSRS Going Away?
I was informed by my IT department that the next upgrade they are making to upgrade our SQL server will not be supporting SSRS. I couldn't find any information to back-up their claim from Microsoft's website, other than that in SQL Server 2022,…
SQL Server Reporting Services
SQL Server | Other
What causes these randomly-generated temporary table names?
In a stored procedure I create a temporary table like so: begin transaction drop table if exists #foo; create table #foo (id varchar(5) collate database_default not null); <insert some data> commit; save transaction temp_table; This works fine,…
SQL Server | SQL Server Transact-SQL
How do I find my subscription?
I am trying to disable a couple of subscriptions but they aren't even listed under My Subscriptions and I get them weekly. How do I find them??
SQL Server Reporting Services
Cannot transfer my Access tables using the new SSMA 10.4 version
I would like to get SSMA 10.3 (Access → SQL Server edition) since I cannot use the current version which gives me the "Error Bad parameters for connection” regression in 10.4." I am running SQL Server Express, SSMA and VStudio 2022 Express so I…
SQL Server Migration Assistant
How many MSSQL licences and/or software assurance contracts do I need
My company has two data centres, one in Singapore and one in US. i would like to build the following: Data entre DC1 (My active mssql instance): I have two VMs in DC1 (dc1-vm1 and dc1-vm2), and will install an mssql failover cluster instance, mssqlinst1,…
SQL Server Database Engine
Unable to connect to SSAS 2025 via SSMS
I have installed SSAS 2025 in MOLAP mode. I installed SQL 2025 Developer Standard. The service is up and running. Port is open. My user is SSAS administrator. Using SSMS 22, 21 and even 20 I get the following error: "Invalid connection…
SQL Server Analysis Services
Clarification on redistributability of MSSQL JDBC Driver 8.4 components
Dear Microsoft Support Team, We are reviewing the licensing terms for Microsoft JDBC Driver 8.4 for SQL Server, specifically for the native authentication library mssql-jdbc_auth-8.4.1.x64.dll and mssql-jdbc-8.4.1.jre8.jar. The license terms state that…
SQL Server | Other
je n'arrive pas a ouvrir sql server studio management, comment faire
rien ne se passe quand j'essaye d'ouvrir sql serveur studio management
SQL Server | Other
download sql 2022 media
where can i download the media for sql2022? Thank You, Brian
SQL Server | Other
getting error while installing Sql server 2019express edition
hi, I have bought a brand new laptop (DELL, Intel Core ultra 5 with Intel Arc graphics and 64-bit processor, having Windows 11. The error occurs while installing the SQL Server 2019 Express Edition for study purposes, as the error says that the…
SQL Server Database Engine
I have this idea if Possible to build in the future to MSSQL and MYSQL
Hi there Microsoft i have this idea if possible to create in the future to better secure any app using winforms like Yahoo messenger Msn Messenger was made my idea here Dim hostName As String = "hostname1", "hostname2" '…
SQL Server | Other
SSRS Report not showing download selection in drop down menu
I have all rights to the folder containing the report, just no download or build option in the drop down. Thank you in advance for your help Dana
SQL Server Reporting Services
Quiero importar una archivo de excel a mi SQL pero me genera error
Buen día, quiero importar una archivo de Excel a mi SQL pero me genera error, alguien puede ayudarme por favor.
SQL Server Database Engine
SQL server 2022 remote query timeout
Scenario: HP DL 380 G11 Server Windows Server 2025 Std DC SQL 2022 Std Workstations integrated into the domain with Windows 11 Pro. ODBC Version 18. On the workstations, runs an application that works with a database existing in the single SQL…
SQL Server Database Engine
I am trying to access an Azure SQL database from Python code, and try as I might, I can't make it work
Here's the code that's doing the connection. I also really don't understand where the users and their passwords are set. The error I get is this, and the code is below it. Thank you so much for any advice. (I've blanked out the UID and password I've…
SQL Server Database Engine
How to fix SQL Server 2022 Express failed installation
My installation attempt has failed several times using the wizard. I have verified the pre-install requirements including port 1433 is enabled, 4.7.2 .Net is installed, and the AzureAttest dll is reported as 'successful'. I see the following failure…
SQL Server Database Engine
SQL Server is not being Install in Laptop
Hi, I have purchased a new asus laptop on 12th Nov, I am trying to get install mssql server in my personal laptop. But I am not able to install it in my laptop. Please help me regarding this.
SQL Server Database Engine
SSMA for Db2 cannot connect to Db2 running on AIX.
SSMA for Db2 cannot connect to Db2 running on AIX. connection string is: Provider=DB2OLEDB;Password=[password];Persist Security Info=True;User ID=[UserId];Initial Catalog=[DB Name];Data Source=[DB Name];Authentication=Server_Encrypt_Pwd;Network…
SQL Server Migration Assistant
install issue on sql server any version on my new laptop
I need live chat schedule so that I can show what is the problem. The SQL server giving issue whole installing as my laptop is brand new with windows 11, op 64-bit, intel core ultra 5 with intel ARC graphics. every time try to install SQL server it gives…
SQL Server Database Engine
In my project we are using ssdt setup for sql changes so where i create one view i am getting ambiguous issue for columns how can i resolve in sql i tested its working fine but in ssdt build i am getting issue
In my project we are using ssdt setup for sql changes so where i create one view i am getting ambiguous issue for columns how can i resolve in sql i tested its working fine but in ssdt build i am getting issue