Viewing 15 posts - 31 through 45 (of 1,366 total)
I have a production SQL2019 Enterprise SQL Server which hosts an Availability Group with 12 small to medium databases in it.
This is an OLTP server and there is no...
August 28, 2024 at 7:45 am
Hi
- how to restore db from one azure sql database to another azure awl database?
You can restore Azure SQL DB to same instance with a different name. If you...
July 9, 2024 at 5:27 am
Hi
So actual issue is log restoration is taking time . Need to debug it.Can anybody provide pointers why ist taking time to restore log backup files
Its dedicated dr server...
June 19, 2024 at 10:11 am
Hi
We have logshipping which get out of synch in night due to purging process of production but iy eventually gets synhced by morning .But now its taking time to...
June 13, 2024 at 10:42 am
.
April 22, 2024 at 12:03 pm
I have a 3 terabyte database that is taking over 5 hours to backup and restore. I'm utilizing multiple files to do the backup. We are on an Azure...
April 22, 2024 at 12:02 pm
From ChatGPT:
Based on the provided XML deadlock graph, there are two victim processes (process4d93468
and process4cfdc28
) involved in the deadlock. The deadlock occurred between two DELETE operations on the...
March 26, 2024 at 6:38 am
Start with avoinding functions in where clauses ! ( needs full ( index ) conversion before actual use )
Declare @RefTs datetime2(0) = dateadd(MM, datediff(MM, 0, GETDATE())...
March 26, 2024 at 6:35 am
Hi Experts,
I am observing strange deadlock behaviour where one deadlock graph have 2 isolated databases involved. Can any experts here shed some light on this?
Regards
Synonyms. Views. Joins that...
March 25, 2024 at 11:40 am
Can you save and post the deadlock graph ? An .xdl file can directly be opened by e.g. Solarwinds Plan Explorer (free tool), which has a great replay...
March 25, 2024 at 11:39 am
Sharing the deadlock graph / XML will help people to see what went on, otherwise people will be shooting blind without the actual information.
Sorry missed the attachment. Uploaded the...
March 25, 2024 at 11:38 am
Thanks all the experts.Sorry I missed the attachment. Please have a look at the attached.
March 25, 2024 at 11:36 am
Seems like the issue is due to parallelism, Any experts here can give more insight.
March 18, 2024 at 8:12 am
Try to start SQL in single user mode, IIRC that would disable the logon trigger and allow you to drop it, to start in normal mode and resume operation.
Thanks...
January 16, 2024 at 12:42 pm
Viewing 15 posts - 31 through 45 (of 1,366 total)