Forum Replies Created

Viewing 15 posts - 3,421 through 3,435 (of 5,504 total)

  • RE: Selects Within Selects

    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...

  • RE: Selecting XML from table

    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...

  • RE: Help with Select query

    Glad I could help 🙂

    (Even though I still have some headache when thinking about somebody being forced to use NH... 😉 )

  • RE: Warning or no warning?

    Jeff Moden (5/25/2010)


    lmu92 (5/25/2010)


    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...

  • RE: Warning or no warning?

    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...

  • RE: Passing many parameters to a stored procedure

    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...

  • RE: searching xml

    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...

  • RE: Simple LIKE with wildcard

    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...

  • RE: Are the posted questions getting worse?

    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...

  • RE: If Exists/If Not Exists

    The best link I found so far: Gails blog[/url]

  • RE: Time Consuming

    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...

  • RE: SQL 2008 - DISPLAY 12 MONTHS DATA

    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...

  • RE: Query Cost ~ USD $$$

    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...

  • RE: Passing many parameters to a stored procedure

    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...

  • RE: Create a table from another table for multiple values

    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...

Viewing 15 posts - 3,421 through 3,435 (of 5,504 total)