Viewing 15 posts - 586 through 600 (of 7,472 total)
Does your service account have access to 'D:\TelcorLogDump\' ?
crossed with your last reply 😉
June 3, 2022 at 1:54 pm
June 3, 2022 at 1:51 pm
Using "with standby" you force the engine to make your database available in a read-only state.
If you know you'll have to restore all log backup files, use NoRecovery in stead...
June 3, 2022 at 8:35 am
SQLServer will have to rewrite the whole table as internal workings of varchar(n) versus varchar(max) !
It will probably...
June 3, 2022 at 8:26 am
So, someone has a local instance of SQLServer on his/her/its client and declared a Linked Server pointing to another SQLServer instance which can be available with an active VPN connection.
June 2, 2022 at 1:37 pm
On top of Grants replay, you should probably be using last_request_start_time to avoid killing sessions which are still actively used.
( maybe killing one of your sessions with which you are...
June 2, 2022 at 1:08 pm
Intercept the connections to get a glimpse of who connects from where and when.
You can start reading my little article "Logon monitoring in SQL Server and Azure Managed Instances...
June 1, 2022 at 11:04 am
Indeed, but best is to just avoid the SVF
May 31, 2022 at 1:58 pm
Hello Johan.
I have a couple of Scalar Functions that are sub-second.
1 that I use every day passes an IP Address/Subnet in and returns a human friendly site name by...
May 31, 2022 at 8:52 am
As a general rule of thumb, you should not write any scalar valued functions. At all.
Even tough SQL2019 and up are evolving in this troublesome area, just don't use SVFs.
Even...
May 30, 2022 at 12:10 pm
Extended events are your friends !
e.g. "Audit Login Change Password Event Class"
You can always start reading my little article "Logon monitoring in SQL Server and Azure Managed Instances...
May 30, 2022 at 11:24 am
It will indeed...
May 30, 2022 at 11:19 am
have a look at "Glenn's SQL Server Diagnostic Queries" ( Diagnostic Information Queries )
May 25, 2022 at 1:36 pm
For systems databases ( master / msdb ) things work a little different !
Have a look at: Backup & restore: system databases (SQL Server)
May 23, 2022 at 7:21 am
...
Still no idea what caused that though.
hardware issue
May 19, 2022 at 1:19 pm
Viewing 15 posts - 586 through 600 (of 7,472 total)