Viewing 15 posts - 1 through 15 (of 241 total)
x= alwayson group name.
the query is to return list of Secondary replicas for specific ag , if you run on secondary it should return none for the said AG
November 24, 2021 at 2:46 pm
oh and run it on secondary node, thanks in advance
November 24, 2021 at 4:18 am
or use vi editor in liunx.. or notepad ++ https://community.notepad-plus-plus.org/topic/12371/regex-how-would-i-do-this/2
good luck
December 13, 2019 at 1:16 am
December 13, 2019 at 1:14 am
enterprise edition, sure online index, check here
December 11, 2019 at 9:30 pm
check VMWare, right size VM , new host added to exi ? check CPU ready
December 10, 2019 at 9:34 pm
ty , I fixed em it by running/executing
select 'EXEC msdb.dbo.sp_syspolicy_delete_policy @name= '''+ name + ''';' from msdb.dbo.syspolicy_policies_internal where is_system=0
union
select 'EXEC msdb.dbo.sp_syspolicy_delete_object_set @object_set_id =' + cast(object_set_id as varchar) from syspolicy_object_sets where...
July 25, 2019 at 1:30 pm
end points are fine, I have another group with one database (size about 4 gb) on the same boxes, is working fine.
I have checked the endpoints and port 5022, local...
May 15, 2019 at 1:35 pm
yes, rebooting the DR node didn't help.
May 14, 2019 at 7:28 pm
-- details of last backup (for all databases) performed (full ,diff & log)
USE [Master];
GO
DECLARE @FileSpace TABLE (
[database_id] INT,
[db_name] NVARCHAR(100),
[file_id] INT,
[file_name] NVARCHAR(100),
March 28, 2019 at 12:42 pm
Viewing 15 posts - 1 through 15 (of 241 total)