Viewing 15 posts - 2,146 through 2,160 (of 22,202 total)
Actually a little shocked I got it right.
January 14, 2020 at 2:40 pm
I was thinking more about hardware style solutions. Pure Storage has an internal snapshot mechanism that is fully transactionally aware. It would be worth pursuing, depending on your functional needs....
January 14, 2020 at 1:22 pm
First, AlwaysOn is marketing speak. You want to talk about Availability Groups. That's the technical implementation that you'll be working with. Just knowing that will help all your web searches,...
January 13, 2020 at 1:50 pm
If the database is sitting there, not being accessed, not being connected to, zero activity, nah, it's not hurting performance. It can't. It will affect storage of course, but again,...
January 13, 2020 at 1:42 pm
In 2016 Sp2(?) or greater, that just means parallelism is occurring. What else?
January 10, 2020 at 4:13 pm
If it's SQL Server, it has to be a query. Something has to be running there. Otherwise, it might not be SQL Server. However, I'd go with the Extended Events...
January 10, 2020 at 2:55 pm
Do you have any favorite links on the subject of pulling rather than pushing?
Hmmmm ...
Nah thought I had one but no luck retrieving it.
I get better luck when...
January 10, 2020 at 2:23 pm
Honestly, I thought we had pulled this from the product, but I was wrong. Here you go, object level recovery in Redgate SQL Backup.
January 10, 2020 at 2:12 pm
Yes, I am replacing TRUNCATE with DELETE. There are around 150 tables in total & for around 80 tables I have to reset the identity. Rest, of the...
January 10, 2020 at 2:05 pm
Availability Groups will be an easier solution I'd think. Replication is just a big ball of trouble, without going into the fact that they have tables without primary keys (<sigh>)....
January 10, 2020 at 2:01 pm
If it's SQL Server, then it's caused by queries. So, go and look at query behavior. There are three ways to do this, in order to accuracy and detail: DMVs...
January 10, 2020 at 1:54 pm
In SSMS go to the first operator in the plan. Right click it. Select "Properties" from the list. A tab will open on the side. Pin that in place by...
January 10, 2020 at 1:30 pm
What about using extended events to look for specific queries successfully completing?
January 9, 2020 at 1:21 pm
Sure. Just not straight forward. On SQL Server 2014, you have really two good options. One will give you a general understanding of the behavior. The other will give you...
January 9, 2020 at 1:20 pm
You're going to need more and deeper information here. CXCONSUMER is a standard wait that simply means parallelism is occurring. It's not in any way actionable. You can read
January 9, 2020 at 1:13 pm
Viewing 15 posts - 2,146 through 2,160 (of 22,202 total)