Viewing 15 posts - 3,991 through 4,005 (of 22,211 total)
March 9, 2017 at 6:25 am
March 9, 2017 at 5:56 am
March 7, 2017 at 11:24 pm
You put the clustered index on a bit column? Very odd choice since there are only two possible values there. It's not a very good index, clustered or nonclustered, and...
March 7, 2017 at 10:57 pm
I try to fall to moving as little data as possible, so if you have a mechanism of tracking create/update date, then use that as part of your polling process...
March 6, 2017 at 3:34 am
So, a key lookup operation is added cost. However, there is not reason to automatically attempt to remove that cost unless you determine that in fact that key lookup operation...
March 6, 2017 at 3:26 am
So the complaints aren't coming from the developers or a design team or something, but from someone looking at a report? Oh, to heck with that then. Yeah, just say...
March 3, 2017 at 7:59 am
I'm not exactly a normalization Nazi, but I think they have a point. You're overloading the behavior of that column. From a normalization standpoint, that's pretty much a violation of...
March 3, 2017 at 6:52 am
Extended Events. You can easily capture the logins and filter to only a single database. It's the least obtrusive way to get this done.
March 3, 2017 at 6:11 am
Looking at it again, an interesting thing is that the output from the Hash join is estimated at 2,000 rows and is actually 10k. That's the opposite direction of the...
March 3, 2017 at 3:25 am
Sure, you can send a command to force a failover. That's the easy part. The hard part is that you're going to have to constantly poll the database to see...
March 3, 2017 at 3:00 am
That is a big difference. I'm not sure why you're seeing that without checking the statistics to understand what the values that the plan is compiling for represent there.
March 3, 2017 at 2:49 am
March 2, 2017 at 9:25 am
My situation is similar. I have a good number of inactive users that need...
March 2, 2017 at 9:15 am
Viewing 15 posts - 3,991 through 4,005 (of 22,211 total)