Forum Replies Created

Viewing 15 posts - 1 through 15 (of 88 total)

  • Reply To: etaoin shrdlu

    "Lorem ipsum dolor sit amet..."

    [font="Arial Narrow"]bc[/font]

  • RE: Windows Functions: Tell me when that changes.

    ChrisM@home - Saturday, March 18, 2017 4:07 PM

    Jeff Moden - Saturday, March 18, 2017 3:31 PM

    [font="Arial Narrow"]bc[/font]

  • RE: Merry Christmas 2015

    +1

    [font="Arial Narrow"]bc[/font]

  • RE: Solving SUDOKU thru SQL Code

    That is cool SQLRNNR.

    I don't know if this would always work, but this at least works for the given puzzle to return it in 9 x 9:

    SELECT TOP 9 SUBSTRING(s,...

    [font="Arial Narrow"]bc[/font]

  • RE: Substring Function in Where Clause

    Jeff Moden (4/22/2010)


    bc_ (4/21/2010)


    try:

    comp_column IN ('mon ','tue ','wed ','thu ','fri ','sat ','sun ')

    Why? comp_column only contains 3 characters according to the OP's posted code.

    eseosaoregie (4/21/2010)


    I created the computed column...

    [font="Arial Narrow"]bc[/font]

  • RE: Substring Function in Where Clause

    try:

    comp_column IN ('mon ','tue ','wed ','thu ','fri ','sat ','sun ')

    [font="Arial Narrow"]bc[/font]

  • RE: Error in Fuzzy Lookup

    Glad it was helpful.

    [font="Arial Narrow"]bc[/font]

  • RE: Error in Fuzzy Lookup

    Yes, I generally create a view limited to the records that will likely match. The Fuzzy lookup is very intensive and the more limited you are comparing against, the...

    [font="Arial Narrow"]bc[/font]

  • RE: Error in Fuzzy Lookup

    I would check the Custom Properties of the Fuzzy Lookup. If the Exhaustive property is set to True, I've seen it take forever. The Reference index settings may...

    [font="Arial Narrow"]bc[/font]

  • RE: Company Rewards

    I enjoy an afternoon on the golf course (on company time and money) from time to time 🙂

    [font="Arial Narrow"]bc[/font]

  • RE: Error in Fuzzy Lookup

    Could you post a small sample file (~100 records) that has the rogue record in it? And perhaps a screenshot of what the package looks like, sources, transforms and...

    [font="Arial Narrow"]bc[/font]

  • RE: Need some assistance with Fuzzy Lookup

    Inside the Fuzzy Lookup transform, on the Columns tab, right click one of the links between the fields and select "Edit Mappings". There you can set a minimum similarity...

    [font="Arial Narrow"]bc[/font]

  • RE: FOR XML PATH

    [font="Arial Black"]ARIAL BLACK[/font]

    is there an advantage to using a fixed width font? or is it personal preference?

    [font="Arial Narrow"]bc[/font]

  • RE: FOR XML PATH

    Glad most folks liked it. Here is the actual code (you'll have to remove the *'s around amp to make it work):

    WITH cteData (ID, Colors) AS

    (SELECT1, 'Blue'

    UNION

    SELECT2, 'Red'

    UNION

    SELECT3, 'Yellow'

    UNION

    SELECT4,...

    [font="Arial Narrow"]bc[/font]

  • RE: Using datepart as Precendence Constraint

    Oops, and for the other days of week path:

    DATEPART("dw", GETDATE()) != 2

    [font="Arial Narrow"]bc[/font]

Viewing 15 posts - 1 through 15 (of 88 total)