Viewing 15 posts - 1,576 through 1,590 (of 59,067 total)
That (now removed) ChatGPT "solution" was amazing garbage...
I saw that post and I wish they hadn't deleted it as "spam"... it provided an excellent example of just how bad...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 10, 2023 at 12:32 am
if this is why you do it then a index reorg is needed ONLY to cleanup the deletes and recompress the deltastores. see https://www.red-gate.com/simple-talk/databases/sql-server/performance-sql-server/hands-on-with-columnstore-indexes-part-3-maintenance-and-additional-options/ for further info
Just in...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 10, 2023 at 12:14 am
From the nature of some of the code, it looks like all parameters are being passed as NVARCHAR(4000).
It doesn't matter how well code may be written, that generally...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 9, 2023 at 1:44 am
Of course we don't know the proc parameter types, nor the column types, but I think those are critical to properly understanding whether or not SQL can properly use...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 9, 2023 at 1:41 am
From the nature of some of the code, it looks like all parameters are being passed as NVARCHAR(4000).
It doesn't matter how well code may be written, that generally means that...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 8, 2023 at 5:41 pm
Please understand that, due to the nature of your question, I believe this post is the first of one-two spam punch.
If you are not a spammer or a bot, then...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 8, 2023 at 5:23 pm
You cannot do INCLUDEs on Clustered Indexes, period. The reason why is that the Clustered Index IS the table and it already includes all the data.
I posted a...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 8, 2023 at 3:13 pm
Thank you for the feedback.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 8, 2023 at 2:56 pm
You cannot do INCLUDEs on Clustered Indexes, period. The reason why is that the Clustered Index IS the table and it already includes all the data.
I posted a link further...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 8, 2023 at 4:45 am
Speaking of volunteers, the Ohio North SQL Saturday (formally SQL Saturday Cleveland) by the Ohio North Data Training group (formally, a PASS group that continues because of people like Grant...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 8, 2023 at 3:56 am
I've not ever had to do this before. I started at sys.schemas and worked by way up to the other two sys views but, like I said, I've not done...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 8, 2023 at 2:48 am
There are three text files of documentation (about 100K total), including one titled README that tells what the code is supposed to do.
Ah. Got it. Thanks.
You might want to...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 8, 2023 at 12:32 am
First, let me say that I have a grand and genuine appreciation for people that write tools and share them.
I don't, however, have an appreciation for code that doesn't even...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 7, 2023 at 4:30 pm
I've found that most people that want to know how to do this are solving a problem the wrong way. What is the end use of this concatenated string...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 6, 2023 at 5:59 pm
@AG , It was running as legacy. I just took over..I have removed 'Index Maint' from the activities..and also i m not getting any complaints on performance, suggesting ,...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 6, 2023 at 5:45 pm
Viewing 15 posts - 1,576 through 1,590 (of 59,067 total)