Viewing 15 posts - 1,561 through 1,575 (of 59,066 total)
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...
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...
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...
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...
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...
April 8, 2023 at 3:13 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...
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...
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...
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...
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...
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...
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 ,...
April 6, 2023 at 5:45 pm
The 5% / 30% values that where "supposed" best practise are actually a "worst" practise.
BTW and just to be sure... I totally agree with that statement and so do...
April 6, 2023 at 3:12 pm
Thanks for the reply Grant. I agree using this data must be used with caution. My goal now is to make the stored results more aware of these situations...
April 6, 2023 at 3:05 pm
Viewing 15 posts - 1,561 through 1,575 (of 59,066 total)