Viewing 15 posts - 91 through 105 (of 7,466 total)
Is this a clustered sql server instance ?
Is this a db involved in an Availability group ?
Is query_store active ? ( did you implement trace flags 7745 / 7752 )
What's...
January 20, 2025 at 1:17 pm
did you install SQLExpress to host your localdb ?
( Maybe even during your VS2022 install )
January 10, 2025 at 7:38 am
January 9, 2025 at 7:30 am
Exactly THE reason why we avoid linked server usage as much as possible !
SQLserver itself determines "where" the linked server part of the query is being executed.
It may as well...
January 7, 2025 at 7:32 am
Do you mean "Azure Managed instance Link" ?
January 6, 2025 at 2:25 pm
Check the windows folder security at the new location and double check the service account has the needed authority !
double check which account your service is trying to use !
January 6, 2025 at 8:36 am
December 28, 2024 at 6:23 pm
please post the actual SQLServer @@version information?
No wonder most of us avoid linked server usage whenever possible
Is this a dedicated sql server machine?
what is you max server memory set to?
December 22, 2024 at 10:39 am
Is CDC active on the database in the backup file ?
December 20, 2024 at 6:51 am
I started backup right after a server down\up ...
The backup for the past month was working fine... just started this issue a few days ago.
I'm going to try a...
December 19, 2024 at 8:17 am
Are your applications using Snapshot Isolation level ? ( also have a look at "tempdb tutorial"
December 18, 2024 at 1:08 pm
... steps to do this online: ....
online? No way !
Keep in mind you have to put the database offline and only then you can start moving its files to...
December 18, 2024 at 1:02 pm
Just my 2ct: did you try to checkpoint all databases before running the backup ?
btw: We mostly produce local backup files and only copy those afterward to a safe zone...
December 18, 2024 at 12:50 pm
Interviewing for open position...
My boss: Rate your SQL skills & knowledge on a scale of 1 to 10.
Interviewee: 7 or 8
Me: Let's talk about backups and restores.
Interviewee: I have...
December 16, 2024 at 12:52 pm
The stange thing is, on Windows 10 with SSMS 20.2, this still works.
What is different with Windows 11 ?
November 20, 2024 at 7:00 am
Viewing 15 posts - 91 through 105 (of 7,466 total)