Viewing 15 posts - 3,151 through 3,165 (of 22,206 total)
There are tiny differences in the estimates, but the plan hash and the query hash are identical. To all intents & purposes, they're the same plans. I saw some implicit...
June 4, 2018 at 12:49 pm
June 4, 2018 at 7:44 am
Are there additional joins in this query that could also be affecting the number of rows returning? It does sound like it's a bit of a mess. Best of luck...
May 20, 2018 at 11:57 pm
No matter what, you have to query the database (unless you export the data), so there has to be either an AD login or SQL login that can run the...
May 16, 2018 at 7:59 am
May 15, 2018 at 5:18 am
All these calculations on columns
SUBSTRING(InvoiceNumberMapping, 2, 7) =
May 15, 2018 at 5:12 am
May 14, 2018 at 8:46 pm
Sorry, not the person to help you with that. My C# skills are rusty to the point of immobility. Pretty sure there's a programming forum. I'd post there. Someone will...
May 13, 2018 at 6:14 am
I like option 2 for a bunch of reasons. If there is flexibility in what is included/not included in a location, that means that those values are not dependent on...
May 12, 2018 at 12:24 pm
Happy to help. I'm always around here on the forums, or you can go to my blog. I also post the occasional video.
One recommendation...
May 12, 2018 at 6:18 am
So, your question is, can you make the four columns a primary key on one of the tables and then make a foreign key on the other table, right? The...
May 11, 2018 at 4:23 pm
May 11, 2018 at 7:44 am
You can, although overall that sounds like a poor design. Name and address in both tables could lead to duplicate data and all sorts of issues.
I'd rather...
May 11, 2018 at 6:05 am
Not to mention NOLOCK everywhere, SELECT *... This is just a series of common code anti-patterns.
May 10, 2018 at 12:29 pm
May 10, 2018 at 12:26 pm
Viewing 15 posts - 3,151 through 3,165 (of 22,206 total)