Viewing 15 posts - 1 through 15 (of 30 total)
Can you provide some additional details? Are they searching a single table or trying to pull data from multiple tables? You may want to investigate creating a stored procedure on...
January 29, 2025 at 5:32 pm
I found out why the flag was set. This was a message from Microsoft.
Cause:
Your server encountered a non-yielding scheduler and this caused a stack dump on the primary node, which...
July 11, 2023 at 3:56 pm
Joe Torre - Tuesday, April 10, 2018 1:10 PMU could put it in an encrypted stored procedure.
Why din't I think of that? Thanks...
April 10, 2018 at 2:25 pm
April 10, 2018 at 2:24 pm
January 17, 2017 at 6:59 am
Thanks Kevin and Gail for the information.
Thanks,
MC
June 13, 2016 at 1:00 pm
Ok folks, I think I am losing my mind. Now, I am unable to recreate the situation. Thanks all for looking into this and I am so sorry for letting...
June 1, 2016 at 3:17 pm
Jacob Wilkins (6/1/2016)
There's an "Execute SQL" option in the Query Designer that you can use to run the query straight from the designer (available by right-clicking the SQL pane).
I am...
June 1, 2016 at 9:37 am
Thanks Igor for the reply. I noticed the differences as well and this is where I need help and a bit confused. Does this mean that SQL is using different...
June 1, 2016 at 9:00 am
I normally do not use the Query Designer. I am only using it because I am in the process of moving an Access database to SQL and was looking for...
June 1, 2016 at 8:11 am
Both queries returned the same number of records (136458). I captured the actual execution plan of both queries as well. At a quick glance, they both look identical. Files attached....
June 1, 2016 at 8:03 am
Thanks all for the advice and suggestions. I just have to convince the application owner that adding the index is the right way to go.
Thanks,
MC
April 15, 2016 at 7:08 am
Drew,
I like your solution better. It is short and clean.
Thanks,
MC
March 31, 2016 at 3:20 pm
Try this, using a combination of a tally table and a lookup table.
SELECT TOP 10000
IDENTITY(INT,1,1) AS N
INTO #Tally
...
March 31, 2016 at 2:00 pm
Thanks all for the suggestions. I used N'DY1' DayNo
and the warning went away.
Thanks,
MC
March 31, 2016 at 9:37 am
Viewing 15 posts - 1 through 15 (of 30 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy