Viewing 15 posts - 376 through 390 (of 6,678 total)
I wouldn't say it was executed on the secondary - but the updates are sent to the secondary and applied.
November 19, 2022 at 6:05 pm
Do you want automatic failover - or will you only ever manually failover to the secondary node? For automatic failover you must have a listener - for manual you can...
November 18, 2022 at 6:38 pm
Why not use TRY_CONVERT - if it comes back as NULL then it isn't a valid date. I assume you know that the date format will always be DD/MM/YYYY and...
November 18, 2022 at 6:35 pm
You need to figure out what that IP address is - then you can start looking for which domain account would be causing the issue. If the IP address is...
November 18, 2022 at 6:28 pm
I thought it was someone trying to convert some other dialect to SQL Server. 🙁 I wish people would declare things like that. Offering help in MySQL isn't a...
November 18, 2022 at 5:25 pm
Guessing the OP is using MySQL - so this link might be useful: https://www.w3resource.com/mysql/date-and-time-functions/mysql-date_format-function.php
November 17, 2022 at 9:24 pm
... We only remove the old t-log backup if the new t-log backup is successfully created; othrwise we get notified with suitable message.
#Fail !!!
You need to keep...
November 16, 2022 at 8:18 pm
You may not think that database is being used - however, there is an access request trying to access that database. Let's say application B is using a connection string...
November 16, 2022 at 8:07 pm
My guess is that the domain controller your system is using hasn't been updated yet - so it has the old credentials, but the SQL Server instance you are trying...
November 15, 2022 at 9:26 pm
If the log file is full on the secondary - then it is also full on the primary. If neither log file can grow then your only option will be...
November 15, 2022 at 6:12 pm
I'm no expert on the subject because we have an "Infrastructure Group" where I work but I wonder if a simple "Clustered Server" would do the trick here. They...
November 13, 2022 at 5:51 pm
Has anyone found a way to disable the ability of certain clients to save or export the results of a SQL query in Management Studio?
If you have clients or...
November 12, 2022 at 5:33 pm
With Standard Edition you are limited to 2 nodes in the cluster - if you need both HA and DR then you would need at least 3 nodes or you...
November 12, 2022 at 4:51 pm
So what is the strange behavior - and how is that impacting the data transfer? The process appears to be using SSIS - but knowing just that won't help much.
How...
November 5, 2022 at 3:10 pm
Just my two cents - if you have an external process (SSIS, Aveva, Informatica, etc.) calling a stored procedure that subsequently calls out of SQL Server to do something that...
November 3, 2022 at 9:46 pm
Viewing 15 posts - 376 through 390 (of 6,678 total)