Viewing 15 posts - 1,876 through 1,890 (of 22,202 total)
The answer to both questions is Extended Events. That's what it's there for. Why would you NOT use it?
There is SQL Server Audit for the logins (not query calls),...
March 3, 2020 at 10:01 am
Without more information, it's hard to say. An INSERT requires exclusive access while a SELECT can used shared access, or, if you have it enabled, snapshot copies of the data....
March 3, 2020 at 9:58 am
one specific object common.
We have Object A which is common in some database, will have to retrieve the current row of Object A in all databases and insert the...
March 3, 2020 at 9:35 am
CHECKDB is actually a series of commands. Just break down the commands and do them separately. The documentation is online and elsewhere.
Your prod and non-prod databases have to be...
March 3, 2020 at 9:33 am
we are looking for a list of databases where there is one objects in common, Is there DB script ?
Thanks
So any object in common or a specific object in...
March 2, 2020 at 8:30 am
I'd look into the Activity Logs then. That's going to be the best bet from what I can see.
February 28, 2020 at 6:22 pm
Honestly, I don't know that I'd be knocking down the door today to move from 2017 to 2019. Mostly, 2017 is just working great. Mostly, 2019 is an awesome upgrade,...
February 27, 2020 at 1:44 pm
I was looking at native option. So you saying using sql server native method data masking can be done from SQL server 2016 onwards?
When you say "mask the data"...
February 27, 2020 at 1:37 pm
Personally, I'd put powershell to work. Make a list of your servers. Provide that list to Powershell. Run a query against every server to get the list of databases. Done....
February 27, 2020 at 1:31 pm
Yeah, give the permission of a given role to a given schema and be done. Sounds like you're trying to dig a hole.
February 27, 2020 at 1:26 pm
There is no single switch you can throw to make DBCC faster. None. It's going to take the time it takes. If you're seeing 95% CPU when you run it...
February 27, 2020 at 1:25 pm
I have to admit that I foolishly used the MSDB method (i'm no ssis expert, but i'm the best we have at our company) and...
February 26, 2020 at 4:16 pm
Thanks! Appreciate the kind words.
I think it's a fine thing that you have to justify the move. I suffer from "new shiny" syndrome and would be upgrading constantly if someone...
February 26, 2020 at 4:12 pm
Why go with triggers? Use Extended Events. I don't have a blog post on tracking creation of logins using Extended Events available. Here's one on auditing database changes. You...
February 26, 2020 at 12:09 pm
How about positive changes to our Recovery Time Objective? That alone would do it for me when you add in all the other improvements that have occurred since...
February 26, 2020 at 12:04 pm
Viewing 15 posts - 1,876 through 1,890 (of 22,202 total)