Viewing 15 posts - 586 through 600 (of 7,466 total)
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
Indeed, that's why we always perform DBCC CHECKDB after a database restore.
May 19, 2022 at 12:46 pm
When you restored the prod db a second time to reporting, did you first drop de reporting db or did you restore with replace ?
In such case it will reuse...
May 19, 2022 at 11:53 am
What differentiates as Sequence ?
Why is "4001_0_3 1 08:00:00 "...
May 19, 2022 at 7:12 am
another option is to have the instances listen to port 1433.
May 18, 2022 at 4:05 pm
How do regular consumers ( users / applications ) connect ?
If you activate sqlbrowser service on your instances, you don't need to provide the port number.
( of course not...
May 18, 2022 at 1:09 pm
What kind of aliases are you talking about ?
May 18, 2022 at 12:21 pm
Viewing 15 posts - 586 through 600 (of 7,466 total)