Forum Replies Created

Viewing 15 posts - 631 through 645 (of 748 total)

  • RE: TRIM is driving me nut

    Actually it is working !

    You did not use a where clause, so all your rows should have the value "TechOwner_Department" for column Test !

    But all the records have been updated...

  • RE: TRIM is driving me nut

    How do I check ANSI Padding setting in my server? Why it seems working differently on my two tables with same (looks same) records?

    I have another table in the same...

  • RE: TRIM is driving me nut

    Thanks for your hint, that's what I am trying. Can you provide more instruction on SSIS?

    I did the following in Access:

    I export the table to mdb, I tried to...

  • RE: TRIM is driving me nut

    I checked char(9), char(10), char(13), none of them exist in my records.

    select charindex(char(10), techowner_department) from epm where techowner_department is not null

  • RE: TRIM is driving me nut

    OK, so it's not OBVIOUS.

    Then how do I find out the special characters in my records?

    Thanks.

  • RE: TRIM is driving me nut

    Sorry I don't get you guys. As you can see from my screenshot, it is so OBVIOUS that length should be different for each record.

  • RE: TRIM is driving me nut

    Here is my screenshot

  • RE: How to use logparser in sql query

    Thank you.

  • RE: How to use logparser in sql query

    If I add ID as a primary key field after the table has been automatically created by logparser, and then I tried:

    logparser.exe "select c-ip, cs-uri-stem into log from ex070816.log" -i:iisw3c...

  • RE: How to use logparser in sql query

    There are lots of fields in iislog, "Select * INTO log from iislog" will create those fields + some extra fields for you automatically.

    The only problem is when you use...

  • RE: how to convert rows into columns

    Before you get into it deeper, I would STRONGLY SUGGEST YOU NOT USING CRYSTAL REPORT.

    There are just too many problems with this tool.

  • RE: how to convert rows into columns

    Can you please help me with that code?

    Nothing special, just open a cursor and fetch record one by one and insert back to your new table.

  • RE: how to convert rows into columns

    I once have the same need, I did it by a cumbersome stored procedure using cursor.

  • RE: How to use logparser in sql query

    Hold on, new problem::w00t:

    When I use "select * INTO log from %1" to insert the logfile into sql table, at first there is no any problem, I got beautiful records....

  • RE: How to use logparser in sql query

    Thank you. Now I can actually create a task to automate the log import into sql, and in the sql, I can do whatever join I want.

Viewing 15 posts - 631 through 645 (of 748 total)