MSSQL Cluster using Local disks of the Servers as Cluster Storage?
Dear Colleagues, Good day! We are setting up 2 Node MSSQL cluster. Unfortunately, we don't have shared storage. Only available local disks in each node. Is it possible to proceed with this setup of the MSSQL cluster? The goal is to have HA for our DB…
Unable to Enable Microsoft Entra ID to SQL Server using Azure Arc
I was trying to enable the Microsoft Entra ID to an SQL Server in EC2 using the Azure Arc. I was able to successfully set it up to 5 servers but there is one server which gives me pain. I am able to setup the azure arc connections to that one server and…
Excel pivot connected to SSAS tabular model locking up when filtered on record that no longer exists and also has another large filter
Hello, I found a potential "bug" or performance issue for a specific setup when referencing an analysis services cube via an Excel pivot table. The specific scenario is like the below: You have a pivot table referencing an analysis services…
I have migrated my SQL database and web app to azure database and web app services successfully while running the domain the login page shows proper but when i am inserting data and clicking on submit it give error : Named Pipes Provider, error: 40
I have migrated my SQL database and web app to azure database and web app services successfully while running the domain the login page shows proper but when i am inserting data and clicking on submit it give Error: A network-related or instance-specific…
How to enable policy sql server in MS SQL ?
SQL Server not running because of "policy disabled" issue?how to fix it?
I cannot see restore option in azure studio in mac?
Hello everyone I am trying to restore a database in SQL server using Azure Data Store but I cannot see the Restore option in my Azure Data Store studio. I even tried "Enabled Preview Feature" option How can I fix it or is there other version…
Azure SQL Import/Export
We have multiple databases within a single server sizing way above 100GB of data hosted in Azure. Normally we tend to restore the same production copy to our non-prod environments using SSMS .backpac method of export and import, however in bigger data…
How to expand my db for more markets ?
Right now SQL server db is running in one region and right now we have enabled solution for one market, in future we need to roll out for more markets and need to run in multiple regions . When we enable more markets we will millions of records . can you…
how to fix there was an error while checking the rules of sql server setup
I have been attempting to install SQL Server on Windows 10, 256GB with 8GB of RAM, but I am getting an error.
Is it valid to use nolock in 'System catalog views' and 'System dynamic management views'
and if it is valid does it mean that nolock is blocked when not used? I use trace 1200 to observe that there are some differences between using nolock and not using nolock, and some are not. Is there a uniform rule?
Unable to install SQL Server (setup.exe).
TITLE: Microsoft SQL Server 2022 Setup The following error has occurred: Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
Where we can see 'SSMSInstallRoot' and 'ProductCode' for SSMS21 in Registry Editor
Hi Team, I need below details for SSMS21. Please let me know the exact path for same. Thanks.
slow query on large data
Hi there, --3billion rows of accumulated data over a period of time CREATE TABLE [dbo].[large_accumulation_table]( [amt] float(24) NULL, [lastdate] smalldatetime NULL, [type] [varchar](8) NULL, [doc1] [int] NULL, [line1] [smallint] NULL, [type1]…
Error when backup database SQL to sofs shared folder
BACKUP DATABASE testbackup TO DISK = N'\sofs01\SQL\1.bak' when i run this sql command, i have error: Location: mediaWrite.cpp:601 Expression: (m_pWriteBuffer->GetCurrentSize ()% GetBlockSize ()) == 0 SPID: 56 Process ID: 9276 Thread ID: …
SQL Server 2022 express download problem unable to install SQL Server. Exit code(Decimal): -2061893606
I'm trying to download SQL Server 2022 Express, but it's giving the following error. I checked the log and click the SystemConfigurationCheck_Report I received the warning shown in the image above. Is the download error caused by this? I had already…
Unable to debug Stored Procedure
I get the following error: Unable to start the Transact-SQL debugger, could not connect to the Database Engine instance. Make sure you have enabled the debugging firewall exceptions and are using a login that is a member of the sysadmin fixed server…
SQL 2022 Express is supported by MS Break-Fix support ?Can we open up a MS case for this ?
SQL 2022 Express is supported by MS Break-Fix support ?Can we open up a MS case for this ?
SQL server with Trace flags 2371 and 7745
Hi Team, We are migrating the SQL server databases to Azure managed instance . The DMA reported that 2371 and 7745 trace flags enabled on SQL instance. i think 2371 and 7745 trace flages auto enabled on Managed instance. Please let me know if changes…
SQL server with Trace flags 2371 and 7745
Hi Team, We are migrating the SQL server databases to Azure managed instance . The DMA reported that 2371 and 7745 trace flags enabled on SQL instance. i think 2371 and 7745 trace flages auto enabled on Managed instance. Please let me know if changes…
How to get the current row value based on previous row value in sql server- ex first row has value, calculate the second row value using first row and some conditions and 3rd using 2nd row and same conditions
when basin <> prebasin, numberinbasinnew=numberinbasin. when basin=prebasin use the numberinbasinnew from the first row (basin<>prebasin) and calculate the second row value for numberinbasinnew based on below conditions -- CASE …