Viewing 15 posts - 1,546 through 1,560 (of 59,082 total)
Thanks ChatGPT for fixing the data.
interesting. What prompt did you use for that, Steve? I'm always curious.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 25, 2023 at 12:14 am
While answer 3 may meet the overt requirements, it' returns the following "extra" info in the presence of NULL values, as well.
Warning: Null value is eliminated by...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 24, 2023 at 3:07 pm
Sometimes having dates, or parts of dates, as integers work well. But not often. A dimension can make sense, but in most transactional tables, I think dates ought to...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 22, 2023 at 12:44 am
Calendar and Clock tables make life a lot easier when used as part of a Dimensional model. Especially if it is implemented in a column store.
If you've seen the...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 22, 2023 at 12:43 am
p.s. You should also post the CREATE TABLE code for the table, its keys, and the indexes so we can see if you have possibilities going on such as "Trapped...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2023 at 5:41 pm
My first bit of advice on this is to move all but the last 13 months of data to an "Archive" database for the current database. Keep it in the...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2023 at 5:24 pm
As a bit of a sidebar...
Even when GETDATE() was really the only show in town, I've never understood the propensity of people to make the terrible mistake of using DATE_IDs...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2023 at 5:12 pm
Regarding your concern about the potential for outsourcing to cheaper labor markets, I think it's a valid concern.
(ppts)
Please identify where in the article or this conversation where that...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2023 at 5:03 pm
Great question and even better explanation, Thomas. Nicely done.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2023 at 3:33 pm
I never had any exposure to SQL Server 2000, but my Google-Fu tells me you'll need to use DBCC SHOWCONTIG (see SQL SERVER – Comparison Index Fragmentation,...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 18, 2023 at 10:03 pm
Fragmentation is my main area of interest and its my overriding concern. Of course, when I speak about fragmentation I'm really emphasizing it as my overarching concern.
Based on the...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 17, 2023 at 7:11 pm
Exactly Jeff. But you didn't read down far enough 🙂
The current environment I'm in is pushing to move to datalake/databricks, but I actually don't know what problem we are...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 17, 2023 at 7:04 pm
thanks for suggestions @jeff Moden, @Jeffrey Williams. i'll take a look. am new to the whole DBA thing and learning as i go.
Thanks for the feedback and welcome to...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 17, 2023 at 4:03 pm
One thing that I will say you that if your basic concepts are clear then it becomes very easy to crack any level interview.
I'll have to strongly disagree with...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 17, 2023 at 4:00 pm
I am in same machine
Ok... so what changed?
And, I'm not trying to be difficult here. It's just that these type of failures don't just suddenly appear after working for...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 16, 2023 at 11:39 pm
Viewing 15 posts - 1,546 through 1,560 (of 59,082 total)