Viewing 15 posts - 2,821 through 2,835 (of 59,067 total)
I believe that this does close to what you are looking for. It can probably be massaged to do exactly what you want. The big problem is that the...
September 2, 2022 at 9:49 pm
I agree with Scott that such a query is going to return all the hotel rooms except "some" and will likely do a scan anyway. So, just keep it simple,...
September 2, 2022 at 9:45 pm
If you do build an index (non-clustered or clustered, doesn't matter) on the Unique Identifier column, build the index with a 71% Fill Factor and setup a job to...
September 2, 2022 at 6:04 am
Your answer is here...
https://www.google.com/search?q=reverse+engineer+a+database+using+visio
I believe it needs to be the "professional" version, though.
September 2, 2022 at 5:50 am
How strange it is that this wonderful article resurface today. It's provided some much needed motivation. Thank you again for writing it, Phil.
September 2, 2022 at 4:40 am
Agreed on both.
September 2, 2022 at 1:05 am
Yes. That would work but how often would you actually have a need that couldn't be solve easily, like Phil did?
September 2, 2022 at 1:04 am
Ah, sorry. This article is strictly about 2022. My mistake.
September 1, 2022 at 7:13 pm
Agreed, which is why it should be stored as two separate fields. Could do it on the table with a couple of computed columns.
I guess I'd have to disagree,...
September 1, 2022 at 7:11 pm
What I'd really like to see are companies that stop punishing people for not taking time off. I've had more vacation just vanish because I had more...
September 1, 2022 at 6:57 pm
You appear to be missing a few thinks under the production builds section. 😀 It shows up totally empty for me.
September 1, 2022 at 6:42 pm
Have you actually had the hardware checked?
A hardware fault is the most likely cause of your problems and it could mean your server is about the fail completely.
I totally...
September 1, 2022 at 6:38 pm
The Performance Dashboard has an area for the most expensive queries. Have a look at those. Unfortunately, it doesn't tell you which part of some really long queries might be...
September 1, 2022 at 6:17 pm
Wow, that's a very good article Jeff, comparing Pivot to Cross Tabs. I was noticing all your Pivots always have aggregate functions. What I am doing seems to involve...
September 1, 2022 at 3:18 am
So with my Joe Celko hat on 🙂
Is Room Number a numeric value or not? Most people would say yes, but in fact I would say no. The reason...
September 1, 2022 at 3:10 am
Viewing 15 posts - 2,821 through 2,835 (of 59,067 total)