Viewing 15 posts - 241 through 255 (of 6,400 total)
Check the documentation on the setup and ensure that the features you are after using are actually generally available, otherwise you may need to use public preview
Failback is a preview...
October 12, 2023 at 6:45 pm
SQL MI Link uses DAGs instead of AG's to extend your on-prem AG to SQLMI.
If you're attempting to extend the AG normally like you would with just adding a replica...
October 12, 2023 at 8:05 am
You will need to split out one of those strings into its constituent parts.
You should have an element which is something like
Servername.database.windows.net
This would be what you put in the server...
October 11, 2023 at 6:49 am
You need to get the full error message to see what the connection problem is.
So either browse the report on the report server or enable remote errors, it will give...
October 9, 2023 at 10:13 am
SMO should be version agnostic.
Can you use DBATools at all instead of writing your own PowerShell?
A combination of Get-DbAvailabilityGroup and Export-DbaScript would be my way to do it rather than...
October 6, 2023 at 7:58 am
You have a Kerberos issue, ensure all the SPN's are setup, delegation is setup and all the user mappings are setup correctly.
October 6, 2023 at 7:41 am
Well if it's dev deal with the pain but its a CREATE INSERT DROP RENAME process.
Otherwise don't do it, doing it is not trivial at all.
October 4, 2023 at 8:19 am
If I may ask why is it so important that they are in alphabetical order?
What's going to happen the next time an alter column is run and its an "N"...
October 4, 2023 at 8:14 am
No you need to MDF and LDF or a backup.
You will need to create a blank DB using the schema script, but all your data is lost.
October 3, 2023 at 8:52 am
First off is, does this audit need to be legally binding?
Do you need to stand in a court of law and unequivocally say, Person X did actions, A,B,C and I...
October 2, 2023 at 9:52 am
500 - Internal server error
Something hasn't been configured right.
Re-run install
Re-run the configuration manager
Ensure everything is setup right and try again
October 2, 2023 at 7:01 am
Increase the lease timeout, or change your HA/DR technology or change your backup technology.
but if after failover the listener isn’t working you got bigger issues you need to fix and...
September 29, 2023 at 2:24 pm
CMS data is stored in MSDB.
As MSDB isn't part of an AG, setting up a CMS on an AOAG is impossible (I mean you could register it against the listener...
September 29, 2023 at 8:36 am
If you set failover to manual, then one replica will always be primary unless you manually force a failover.
Kind of negates the point of having an AG if you're removing...
September 29, 2023 at 8:26 am
Open a case with MSFT and send them the dumps to analyse whats going on.
Although this is worrying
2023-09-26 16:14:10.60 Server Timeout waiting...
September 27, 2023 at 8:20 am
Viewing 15 posts - 241 through 255 (of 6,400 total)