Viewing 15 posts - 1 through 15 (of 312 total)
That is possible. Our stored procedures are not called systematically and the parameters are probably not checked for no data. I guess just ignore those empty tables.
August 16, 2024 at 3:55 pm
Thanks for the replies on the sanity check. That is what I assumed. Also I think we have way to many instances on a cluster. I will need...
January 12, 2022 at 5:31 pm
It is not free form. It is similar to business objects that are simplified for a user to select. Then the code generates the links and the select to get...
June 29, 2021 at 3:51 pm
Thanks for the responses. I already have a tool to extract the TSQL. I have the statement in a table as a NVarchar(Max). I was thinking of searching for commas...
June 29, 2021 at 1:41 pm
Thanks for the reply. This must just be one of those strange behaviors. All three of those reasons I thought about and none of them are this case. The client...
October 5, 2020 at 3:15 pm
Hoping I can pull you guys back into this discussion because I was partially wrong. It seems like the index is not this issue. I recreate the index timing was...
October 29, 2019 at 9:24 pm
Scott,
I just had a meeting and that is what I am going to try next is to make the index have the PK Auto Id in it. That would make...
October 10, 2019 at 3:29 pm
I know I am a bit late in replying. My theory is correct in this case. When the column was added the indexes became fragmented (Existing indexes can't find records)...
October 9, 2019 at 9:57 pm
Thank you very much for these responses they are helping me with next steps. I have a baseline DB that when we upgrade (Several DDL scripts) gets the unresponsive query. ...
October 3, 2019 at 2:34 am
I do not think I can edit the original post. I am talking about columns in the table.
These are scripts we run through a program to alter existing tables. ie...
October 3, 2019 at 1:25 am
I solved it with what I have below. Since I am going to get the DB locally I can take a few liberties with outputing files and such -
March 20, 2019 at 1:56 pm
In the SET my thinking is that the fields data is already in the SQL cache. It would have to be because it is needed for any triggers also by...
February 7, 2019 at 4:15 pm
I think I have this in the wrong area. After doing some looking I see extended event questions in the Admin forum. If you do have an answer I am...
July 31, 2018 at 8:06 am
I did not use TSQL. I used the gui to do my test. The compatibility level is grayed out. I bet you are right that the gui does not work...
April 21, 2017 at 3:48 pm
Viewing 15 posts - 1 through 15 (of 312 total)