Viewing 15 posts - 6,136 through 6,150 (of 59,089 total)
Why does your code setup full text catalogues on EVERY VARCHAR column in the table? Is that really necessary? Depending on the schema of your table, that could...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 5, 2020 at 1:54 pm
To complete the sentence you started in the title... "Crap Code" consisting of a lot or just a few common problems, insufficient indexes, improper joins, incorrect criteria, poor table/database design...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 5, 2020 at 8:04 am
I know this sounds a bit "smarty pantsed" but, in order to not have PK conflicts, you have to stop sending or pulling... PK conflicts.
In other words, you need to...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2020 at 11:39 pm
For some reason (perhaps someone clicked on report instead of reply by accident), my previous post was reported as spam, so trying again...
I have a couple of questions...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2020 at 11:20 pm
I guess my question would be... why are you creating a full text catalog for EVERY VARCHAR in the table?
I'll also ask why you're using code that has been deprecated...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2020 at 5:34 pm
Hi Jeff,
I still didn't understand in what type of pages will the LOB data get stored ? apart from 8k data page are there any other type of pages...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2020 at 2:39 pm
Why not just use sp_WhoIsActive for that stuff? It's free.
Like I said before, knowing which files are the most active won't tell you a thing about what your problems are...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2020 at 9:14 pm
My question would be... What do you expect to actually do with such information? It qualifies which files are the busiest but not why or whether or not being so...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2020 at 6:23 pm
I can see why keeping SSMS and ADS separate, both in functionality and as an installation, would make sense at this point, because it's on-prem versus Azure.
However, I have...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2020 at 4:52 pm
Yeah. My bad. My brain and my fingers were not in sync. Thanks for correcting me.
Heh... NP. At least it wasn't me for a change. 😀 😀 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2020 at 4:34 pm
As per my understanding, LOB data will also get stored inside the page. However , if the row data is exceeding 8000 bytes, then the data is stored off...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2020 at 1:10 pm
7) Why are you still on 2017 RTM
Same question from me. As well as why are you still using an ntext data type? That was deprecated with SQL...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2020 at 7:56 am
Lordy... some designer needs a serious pork chop lesson on the first rule of the First Normal Form. <facepalm>.
The only way you're going to be able to fix this for...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2020 at 7:52 am
You're also running 2008, which is more than a decade old and hasn't been supported for years. I strongly recommend that you develop an upgrade plan.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2020 at 3:42 am
What a time to be alive, Jeff! We all need to start branching out, I feel.
Heh... what a lot of people consider to be "branching out" is a bit...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 2, 2020 at 9:40 pm
Viewing 15 posts - 6,136 through 6,150 (of 59,089 total)