Viewing 15 posts - 91 through 105 (of 7,471 total)
That's exactily the reason why we scan and alert for such usage (use of own database name).
Do this for as well sprocs, views, functions, ...)
"Sloppy development" like "start from object...
January 23, 2025 at 8:33 am
HTH
Please provide feedback on your progress and solution.
January 22, 2025 at 8:13 am
The number of VLFs are to be seen per database and will be handled at startup/recovery time ( of the database, as a step in the startup of the instance...
January 22, 2025 at 7:10 am
What's the TARGET_RECOVERY_TIME and recovery interval that has been configured on your databases ?
added: How many VLFs are to be handled for your databases ?
January 21, 2025 at 12:40 pm
Are there indications for the slow operation in the sql server errorlog files?
Is the always on node involved with the clustered sqlserver instance ?
if yes, are you using a listener...
January 21, 2025 at 8:17 am
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
Viewing 15 posts - 91 through 105 (of 7,471 total)