Viewing 15 posts - 106 through 120 (of 9,244 total)
What errors did checkdb report?
how often do you run dbcc checkdb on your databases?
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" π
May 18, 2024 at 9:54 am
My database was in suspect mode, and when I checked using DBCC CHECKDB, it returned errors.
As mentioned in the link below, I used the REPAIR_ALLOW_DATA_LOSS option with the DBCC...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" π
May 17, 2024 at 3:03 pm
with a busy 40TB db i would think the reason the AG does not failover immediately is due to the outstanding redo queue, it is multi threaded in later versions...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" π
May 17, 2024 at 2:42 pm
in fact canβt we just have a copy of the code and db and go host our own solution maybe
If it were that easy, I would. The structure...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" π
May 17, 2024 at 7:52 am
It seems Question was incomplete.
If we consider Always ON ( Sync - Automatic failover) is on Windows cluster, Primary complete down is possible with Primary server switch off /...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" π
May 17, 2024 at 7:44 am
Do you have the SQL iaas agent registered on the vm?
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" π
May 16, 2024 at 5:59 pm
There is a firewall rule which only allows access via 1433 and 1434 UDP.
[\quote]
can this not be modified\updated to allow the named instance port
So I Switched off the...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" π
May 16, 2024 at 5:26 pm
sql agent on MI offers less than unmanaged instances

Alerts on MI are created at the Azure resource level, check out alerts and diagnostic...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" π
May 16, 2024 at 12:49 pm
sys.dm_exec_sessions has the login_name column and host_name column
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" π
May 16, 2024 at 12:40 pm
Azure SQL MI is restricted in what they support, alerts are generally configured on the MI settings in the portal
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" π
May 15, 2024 at 5:01 pm
the code creates the drop commands and the create commands, it's for dev use so test it first to ensure it does what you require
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" π
May 15, 2024 at 4:08 pm
Hi
We have an on prem power BI running on a physical SQL2022 enterprise box with SA. Working fine, and legal.
For DR reasons I am considering moving just the web...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" π
May 15, 2024 at 1:29 pm
can you supply a little more detail please on exactly what it is you're doing and any error numbers produced from the sql server error log.
Also, how often is DBCC...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" π
May 15, 2024 at 11:00 am
sales@ or marketing@ might get better traction. We have someone monitoring the webmaster email, but not 100% sure they'd do much more than send the emails to...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" π
May 15, 2024 at 7:18 am
check the sql connection driver you are using, these links detail further
Or a system\user managed identity
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" π
May 14, 2024 at 5:10 pm
Viewing 15 posts - 106 through 120 (of 9,244 total)