Viewing 15 posts - 3,421 through 3,435 (of 5,504 total)
What is that UPPER(user_ID) good for that is used so heavily within your query?
If it's an integer you actually force it to an implicit conversion into an character value just...
May 26, 2010 at 4:38 pm
As usual, "it depends".
If you have large XML data stored in that column it'll take a while to get the data due to the sheer volume.
The question would be: What...
May 26, 2010 at 4:34 pm
Glad I could help đ
(Even though I still have some headache when thinking about somebody being forced to use NH... đ )
May 26, 2010 at 4:21 pm
Jeff Moden (5/25/2010)
lmu92 (5/25/2010)
wouldn't it be nice to have a SQL Server setting (like IDENTITY_INSERT), something like STRING_TRUNC with ON as a default (truncate strings, like it currently does...)? That...
May 25, 2010 at 5:32 pm
But...
wouldn't it be nice to have a SQL Server setting (like IDENTITY_INSERT), something like STRING_TRUNC with ON as a default (truncate strings, like it currently does...)? That would allow us...
May 25, 2010 at 4:28 pm
Jeff Moden (5/25/2010)
Heh... yep... depends on whether you want to be nice to the "pipe" or not.
I have to admit that I try to balance "pipe load", overall performance and...
May 25, 2010 at 4:15 pm
Your description is not very clear (at least to me it isn't)...
Please provide table def and sample data of your xml table together with a sample of your NewProductToSearchFor in...
May 25, 2010 at 4:04 pm
honza.mf (5/25/2010)
I don't know our linguists (ĂPJC) but this will be very hard to do. Orthographic rules are very rigid and cannot be changed so easy. I remember last great...
May 25, 2010 at 2:59 pm
Lynn Pettis (5/25/2010)
GilaMonster (5/25/2010)
Steve Jones - Editor (5/25/2010)
I don't understand how he got any degree with the lack of desire/ability to look things up himself.Damned if I know.
If you pay...
May 25, 2010 at 2:30 pm
May 25, 2010 at 2:09 pm
If you're using a c.u.r.s.o.r. within your sproc to process the data then this might be a possible cause, too...
May 25, 2010 at 2:01 pm
You could either use a calendar table on the DB side and modify the query/view to use a left outer join on the calendar table or you could create one...
May 25, 2010 at 1:57 pm
I'm confused....
If you can't explain the benefits of the fine tuning we you did, then why there was a need for tuning in the first place? Tuning for the sake...
May 25, 2010 at 1:51 pm
I tend to use a delimited list if I have a predefined, repeating structure when calling the sproc.
But if I get something like "3 variable columns out of 20" I...
May 25, 2010 at 1:35 pm
Here are some logic related questions:
What's the business rule for selecting the rows to show up in your final table?
Is it guaranteed that you'll never have more than 5 lines...
May 25, 2010 at 12:50 pm
Viewing 15 posts - 3,421 through 3,435 (of 5,504 total)