Forum Replies Created

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

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

  • RE: Help with Select query

    swingnchad1 (5/24/2010)


    Nice! Thanks for introducing me to CTE's 🙂 And I don't know why I didn't think of doing a MAX on the date, but that would have...

  • RE: rewriting the code in SUb queries

    What would be the reason to rewrite it?

    Looks like a well-performing approach...

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