Viewing 15 posts - 586 through 600 (of 7,501 total)
If I understood well, a natural join is supposed to have no ON-clause as it uses matching column names
July 8, 2022 at 12:39 pm
Are all your sql server 2016 instances upgraded up to the latest sp/cu ?
July 8, 2022 at 12:37 pm
Keep in mind, to be able to see the tables relationships, you need to be granted "View Definition" at database level
GRANT view definition TO [youraccount/group]
July 7, 2022 at 1:52 pm
What do you mean with "second occurrence of a character" ?
I cannot see that in your "Left(Replace..." example.
Have you seen these questions/articles ?
July 7, 2022 at 12:40 pm
July 7, 2022 at 12:24 pm
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
Viewing 15 posts - 586 through 600 (of 7,501 total)