SQL Server 2022 upgrade fails
I have 3 instances; I was able to upgrade 2 of them no problem. However, I get a bogus error when upgrading the last one, The drive containing the sql binaries have 7GB free, the upgrade needs 115MB, yet it fails due to lack of space! Error: …
Permissions error in SSMS with a dataverse datalake
Hello, I'm having an issue with creating a PowerBI report - specifically connecting to a data source. I created a view in a datalake in SSMS based on dataverse data but keep experiencing this issue. My colleague cannot replicate the error and I'm not…
how to manage existing transactional replica database table using SQL management
Today i have done transactional replica database using sql management and now data is synchronizing correctly between publisher and subscriber database, Now my situation and doubts are How to add new column field to existing table in replica database…
Snapshot for transactional replication taking too long for large database in SQL Server Management Studio
Snapshot for transactional replication taking too long for large database (70GB) in SQL Server Management Studio, from one to anther system but when I create the publisher and the snapshot agent starts, it takes very very long time and even not…
Issue with Deploying Azure SQL Server Managed Instances: “Your deployment failed”
Hello, I am encountering an issue while trying to deploy Azure SQL Server Managed Instances. The deployment process fails with the message “Your deployment failed.” I have attached a screenshot of the deployment details and included the error message…
I would like to start using Microsoft Teams as a ticketing system; if that is possible.
Good afternoon, my name is Frederick and I'm housing operations coordinator. I would like to start using Microsoft Teams as a ticketing system; if that is possible. Can you point me in the right direction so someone can help me set that up. Our school…
VS Version 17.11.5 - SSRS report RDLs open BLANK
Hello, Version 17.11.5 - SSRS report RDLs open BLANK I have submitted this from VS but have not received any help. It gets set to Triaged or marked as a duplicate and I have not heard back. I am a tad surprised this is not a widespread issue because…
In the UK South region, we face SQL Server login issues. The ensureCreated method fails with “Login failed for user ‘myUsername’.”
In the UK South region, we are experiencing issues with the SQL Server login. Although we are using the correct username and password, the login fails when attempting to call the method ensureCreated from Entity Framework, we encounter the error:…
DB Mail issue
Hello! Maybe I forgot something... please help me please to understand the following: If I have some job that must notify email operator upon its (for example) failure - should these email notifications be sent (and received) if DB Mail is…
Identifying Unused Tables in AAS Cube Over the Last 30 Days
I have a question regarding identifying unused tables in Azure Analysis Services (AAS). In our organization, we’re using AAS, and due to limited storage, our cube refresh is failing. I’ve been tasked with finding a list of tables that haven’t been used…
Why after patching latest SQL Server 2017, connection to SQL instances must entered port number?
I was patching SQL Server 2017 (svr1\insA and svr1\insB) together with following patches in the following order: KB5016884 - Cumulative update 31 (CU31) for SQL Server 2017 kb5029376 - CU Updates KB5040940 - Security update for SQL Server 2017 CU31…
Using Temporary Tables and Re-Using Temporary Tables in a SSRS Report
So we need to standardize Member Eligibility by using a SQL Server Stored Procedure that will be called, Executed by our Patient/Member SSRS Reports. The SQL Server Stored Procedure currently uses a Global Temporary Table to pass its result set back to…
Unable to access Azure SQL through SSMS
We have some external client that use SSMS to access their SQL database through SSMS. Having an issue with one client. I have added their entire /24 range in the networking rules. Error A network-related or instance-specific error occurred while…
Upload and restore .bak file to Azure SQL Database from Local Machine
I have a .bak file on my machine I am trying to restore into an azure database. I then created an Azure storage/blob account to hold this file, to restore via ssms but unfortunately, the file is large (about 35GB) and crashes my machine multiple times.…
Browser for SQL Server 2017 and 2019
Browser for SQL Server 2017 and 2019 Hello, my question is the following. Despite having the latest updates released for SQL Server 2019 and 2017, I notice that SQL Server Browser does not change versions, remaining in the versions mentioned below. I…
Support Plans for 32-bit ODBC Driver ## for SQL Server and 32 bit Architecture (Application) on 64 bit Windows
We are in a plan to migrate our 32 bit VB6 huge 25 year old Application into 64 bit compatible application hence we would like to know, Is there any specific or formal statements regarding Microsoft long-term plans on Support Plans: The Support for…
How to covert UTC time to CST
I have a dataset recorded in UTC format. I want to covert it and add a field as CST. I used convert(datetime, switchoffset(convert(datetimeoffset, @UTCTime), datename(TzOffset, sysdatetimeoffset()))) to covert CST. However, I found it changed the time…
Why are ODBC statements still being registered as commits in SQL Server even though autocommit is off?
Hi, When executing (INSERT/UPDATE) statements through an ODBC driver for SQL Server, with SQL_ATTR_AUTOCOMMIT set to OFF on the connection, the autocommit behavior does reflect this, in practice. I.e., the data being updated is not available on the…
Problem in download SQL Express (ODCB driver not recognized)
Hello, my problem is simple: I want to download SQL Express locally and I'm asked to download ODCB driver. Regardless of many restarts and re/uninstalls, ODCB driver remains unrecognized and install keeps on failing (see picture below):…
Problems with passing Binary as a table-valued parameter
I'm using table-valued parameters to pass binary values. I used SQLBindParameter and passed the values as SQL_C_BINARY, SQL_BINARY, BinarySize, etc. as the arguments, but when I run SQLExecute, I get an error or the result is different from what I…