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…
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…
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…
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…
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):…
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…
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…
Creditentials
Hello, Since I got my latest creditentials I am interested in getting more of them. I am interested in ones regarding .NET and for programming/development languages.
Error Deploying Azure QuickStart API Builder: SQL Database Unavailable in any location
Hi all, I'm new to azure and am on the free trial and I have been trying to follow this guide to get started on APIs within Azure, https://learn.microsoft.com/en-us/azure/data-api-builder/quickstart-azure-sql. But once I get to deploying the static web…
Migrate 1 TB database within 10 minutes
Business wants to migrate 1 TB database to new server with 10 minutes of acceptable downtime. How to do this?
Database re-provisioning failed with the exception "The schema info could not be retrieved from the schema info table.
Database re-provisioning failed with the exception "The schema info could not be retrieved from the schema info table. For more information, provide tracing ID ‘a991aa28-7145-459b-9530-e009fb53708d’ to customer support."
Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Hi Team, We are getting below error while running query in SSMS: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Normally it shouldm't take more than 2 mins. But from…
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…
Please provide windows powershell commands to import a database backup file which is on azure blob storage account to my azure SQL vm in which sql image is installed
we have a windows sql vm where we have a preinstalled sql windows 2022 image in it. Now there is a database backup file that is stored in azure blob storage now we want to import that file into this azure sql vm can we get any powershell commands for…
Azure SQL DB DTU Increasing
I have to Increase my Azure SQL Single database DTU from Standard S2 (50 DTU) to Standard S3 (100 DTU). How much time it will take and is there any Downtime required for that?
403 Forbidden Error while trying to access authorized routes in a .NetCore 8 WebAPI -
Hi All, Let me discuss my problem in clear detail. I am trying to build a backend webAPI for an app using .NetCore 8. I created the database for my webapi by using code-first migrations on AspNet Identity. The respective tables have been created. In…
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:…
SQL SP consuming lot more time in one env compared to other
Hello Experts, I am using AWS RDS DWH (8GB RAM & SQL Web edition), where have following two databases created Dev : contains 1 month of data Test: contains 3 months of data The data model, data ingestion stored procedure, functions are same in both…
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…