Viewing 15 posts - 16 through 30 (of 712 total)
Can you check for MSI missing and fix the same. Kindly update post that.
Regards
Durai Nagarajan
February 28, 2023 at 12:46 pm
If a FK or a trigger is involved i hope , there should be some kindly of error thrown?.
Regards
Durai Nagarajan
February 28, 2023 at 12:40 pm
What is the TLS version, is it upgrade in SQL windows servers?
https://learn.microsoft.com/en-us/dotnet/framework/network-programming/tls
Regards
Durai Nagarajan
February 28, 2023 at 11:25 am
Check if this helps
SELECT
ja.job_id,
j.name AS job_name,
ja.start_execution_date, DATEDIFF(MINUTE,ja.start_execution_date,getdate()) 'Running Minutes',
ja.last_executed_step_id
FROM msdb.dbo.sysjobactivity ja
LEFT JOIN msdb.dbo.sysjobhistory jh
ON ja.job_history_id = jh.instance_id
JOIN msdb.dbo.sysjobs j on...
Regards
Durai Nagarajan
February 27, 2023 at 6:06 pm
What is the exact error when you try upgrading to 2019, Error log items etc will be useful?.
I have done in place for one time which is not bad idea...
Regards
Durai Nagarajan
January 30, 2023 at 2:16 pm
Hello Jeff ,
thanks but i suggested to consider not to create directly. as i don't see the plan, I suggested based on the data column he pulled.
I never created one...
Regards
Durai Nagarajan
January 30, 2023 at 5:23 am
Have you tried telnet SQLServername port, like Telnet server 1433 and see connection status.
Check incoming and outgoing rules allowed in firewall.
as said above check first for SQL server online and...
Regards
Durai Nagarajan
January 30, 2023 at 3:40 am
Can you consider Columnstore index , non clustered, if you need many columns & read is huge in the DB query.
Can we have full plan or highly used area of...
Regards
Durai Nagarajan
January 30, 2023 at 3:23 am
Is there a way we can check if the SQL server is using the full power?
The hyperV layer is a server 2016. The SQL virtual machine is configured with...
Regards
Durai Nagarajan
December 30, 2022 at 5:57 pm
I later spoke with a Microsoft Support Manager, and he provided the following: "Any user including the ones with sysadmin server role cannot drop or alter any system objects. SQL...
Regards
Durai Nagarajan
December 29, 2022 at 4:42 pm
Link looks good. sorry for the delay.
Regards
Durai Nagarajan
December 29, 2022 at 4:35 pm
SQLGuru any update on your findings?.
Regards
Durai Nagarajan
December 20, 2022 at 4:08 am
Same as Normal DB / secondary server.
In Always on of you change primary DB with backups, do the same in secondaries too after stopping Always on traffic and start once...
Regards
Durai Nagarajan
December 20, 2022 at 4:04 am
Even if it is Always on , hope you are going with Full backup , Diff Backup and Log backups for any recovery in Primary server.
I hope DBA will be...
Regards
Durai Nagarajan
December 19, 2022 at 3:29 pm
Can you post the error screenshot.
Regards
Durai Nagarajan
December 14, 2022 at 7:17 am
Viewing 15 posts - 16 through 30 (of 712 total)