Viewing 15 posts - 91 through 105 (of 127 total)
I took your advice, sort of, on the function and revisited the EXISTS .. after some further reading. I found how to use a CASE statement to get the code...
July 5, 2018 at 4:11 pm
I tried both of those, but they made my query run for over a minute. The EXISTS... gave me an idea. I performed a join like this and the query...
July 5, 2018 at 2:38 pm
Can anyone help with XML code that will return results with better speed? In the example from the post above, a single record with XML that contains 100 CDD and...
June 14, 2018 at 7:18 am
June 13, 2018 at 5:12 pm
June 12, 2018 at 1:35 pm
I'm a bit of a noob, but couln't he just create computed columns that convert the data to proper types, then create an index on and query on those computed...
February 27, 2018 at 6:52 am
February 19, 2018 at 4:14 pm
The primary key doesn't have to be clustered?
February 19, 2018 at 3:15 pm
1. The form for searching sent docs is by date range, so pretty much any time someone uses that form. Pretty often.
2. A year is about 40K records or...
February 19, 2018 at 2:08 pm
Here is requested info in CSV format. That ok?
February 19, 2018 at 1:03 pm
USE...
February 17, 2018 at 1:35 pm
Sounds like you're getting a dirty read on the database. Are you using WITH(NOLOCK)?
February 15, 2018 at 1:13 pm
Luis Cazares - Thursday, February 15, 2018 9:57 AMGet the min ID, group by code and order by min ID.
The...
February 15, 2018 at 10:11 am
@drew Allen - Thanks for that info. Still a bit of a noob to SQL query optimization.
@mark-3 Tarquini - I think i would...
February 15, 2018 at 8:41 am
Viewing 15 posts - 91 through 105 (of 127 total)