Viewing 15 posts - 1 through 15 (of 642 total)
Thanks for your reply..
By mistakenly posted commends like 5 hours earlier. it seems 5 hours back time from server current time.
I think, database audit logs stored in audit file date...
January 30, 2024 at 4:29 am
Hi.
I understood your commends.
Database audit logs captured but I can see that event_time does not show the correct time. Actually it shows 5 hours earlier than time. is it logs...
January 29, 2024 at 6:33 am
Thank you..
CREATE DATABASE AUDIT SPECIFICATION [Audit1]
FOR SERVER AUDIT [audit_Logs]
ADD (DELETE ON DATABASE::[DBNAME] BY [public]),
ADD (EXECUTE ON DATABASE::[DBNAME] BY [public]),
ADD (INSERT ON DATABASE::[DBNAME] BY [public]),
ADD (DATABASE_OBJECT_CHANGE_GROUP),
ADD (SCHEMA_OBJECT_CHANGE_GROUP),
ADD (UPDATE ON DATABASE::[DBNAME] BY...
January 25, 2024 at 1:35 pm
Thank you for you reply.
Reason behind is every night whole VM backup taken and backup completion time 2.5 Hours ,
during backup time AG got failover automatically to node2 due to...
September 29, 2023 at 2:11 pm
Modified and mentioned my SQL Instance name where target database get inserted from values as below line,, but
Import-DbaCsv -path $targetFile -SqlInstance "DB_servername" -Database DB_Name -Table InventorySQLVersion -AutoCreateTable
below line not working.
$ActiveSQLInstances...
August 1, 2023 at 7:17 am
Hi Johan,
Thank you for sharing
I am new to PowerShell scripting , just copied executed in PowerShell ISE but nothing display the results. Please suggest me if something mention (input parameter...
August 1, 2023 at 6:30 am
Hi.
Thanks for posting PS script for fetching SQL version.
Invoke-Sqlcmd -ServerInstance "Servername" -Query "Select @@version as SQLVERSION"
I want to store output in sql server table like servername, version...
July 17, 2023 at 10:41 am
Thanks for sharing.
In Existing ALWAYSON AG setup, will it possible to configure Publisher role and Distributor role on same existing ALWAYSON AG ? or Does it require distributor role another separate ...
March 9, 2023 at 1:11 pm
Fixed that issues after removed that subscriber hostname in publisher and maintained only AOAG listener only. tested failover AG setup and standalone publisher connected to subscriber through listener.
Thanks
October 17, 2022 at 9:50 am
Hi.
My requirement is don't want use SQL native replication method instead of using application s/w tool and GUI based for SQL server to SQL server data replication from different sites....
October 6, 2022 at 10:15 am
hi.
TB002 is Publisher and distributor role.
TB003 is subscriber role. and TBSQLT02 is AOAG listener name.
so AOAG in primary role in TB003 then replication publisher successfully connected to subscriber, if failover...
October 6, 2022 at 10:09 am
Hi.
Successfully configured Publisher as a standalone server and Published database too.
Server1 - publisher database has been synchronized to AO availability group setup as a subscriber Server1 and Server2.
As below commands...
September 28, 2022 at 10:06 am
Hi Ant-Green, Thanks for mentioned URL for how replication configured in AOAG setup and send transactional records to another server. but my requirements is receiving records in AOAG from another...
September 26, 2022 at 4:46 am
Error:
ConStatus Error [DBNETLIB][ConnectionOpen (SECDoClientHandshake()).]SSL Security error.
In Application server does not connected to database server due to SQLOLDB driver, how to resolve this error?
Please suggest.
Thanks
September 9, 2022 at 12:55 pm
Thanks.
Quarantined state cleared now after 5 hours.
what could be reason why node status changed to Quarantined state?
Does it need to change parameter WFC instance side?
Thanks
September 6, 2022 at 11:52 am
Viewing 15 posts - 1 through 15 (of 642 total)