Viewing 15 posts - 16 through 30 (of 711 total)
Can you check for MSI missing and fix the same. Kindly update post that.
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?.
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
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...
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...
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...
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...
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...
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...
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...
December 29, 2022 at 4:42 pm
Link looks good. sorry for the delay.
December 29, 2022 at 4:35 pm
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...
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...
December 19, 2022 at 3:29 pm
Can you post the error screenshot.
December 14, 2022 at 7:17 am
Viewing 15 posts - 16 through 30 (of 711 total)