Viewing 15 posts - 556 through 570 (of 7,466 total)
UPDATE sn
SET
sn.delay = CASE
...
July 7, 2022 at 7:16 am
I hope you rebooted your computer between uninstall and install
July 7, 2022 at 7:06 am
The sqljob proxy account ( or sqlagent service account is no proxy account is used ) needs to be granted the needed authority to run the script.
Don't use "C:\Users\..." as...
June 30, 2022 at 12:24 pm
QueryStore ( if activated ) holds that data, but it does not hold the SQLagent context.
June 30, 2022 at 12:21 pm
What's the version of your SQL2019 ? ( latest CU ? )
Did you try setting the db level to 150 ?
Another option is to test the database configuration setting...
June 30, 2022 at 11:17 am
Did you grant the cluster service account ?
ref: "A Step by Step Guide to the Availability Group (AG) Listener"
June 30, 2022 at 11:00 am
no, it does *not* mark downstream objects to be recompiled too!
June 29, 2022 at 9:11 am
Check my little article to get you started:
"Logon monitoring in SQL Server and Azure Managed Instances - Adopting Extended Events"
June 24, 2022 at 1:21 pm
Select Avg(datediff(ss, Start_time , End_time )) as avg_time_duration_in_Seconds From table
June 24, 2022 at 1:18 pm
I've had my Azure dev write an Azure Logic App to remove files of a given container path after 30 days.
June 24, 2022 at 1:09 pm
June 24, 2022 at 8:24 am
....
Could the fact that one was a Windows user and the other a SQL one have anything to do with it?
No
June 23, 2022 at 1:58 pm
As SSMS plan compare shows, a huge chunk of time is wasted with the FILTER operator ! ( 8sec vs 43sec ! )
June 23, 2022 at 1:05 pm
Replace the Scalar Value function with a (in-line) Table Value Function and you will have a stable running potentially fast query !
...
outer apply dbo.tvf_GenerateCostCode(CC.Code, SU.Code,...
June 22, 2022 at 2:08 pm
@Johan ... Do you have the code where you created and populated the #TallyDate table so that newbies can run your test?
Also, your good code doesn't need the DATEADD/DATEDIFF...
June 22, 2022 at 6:37 am
Viewing 15 posts - 556 through 570 (of 7,466 total)