Forum Replies Created

Viewing 15 posts - 151 through 165 (of 201 total)

  • RE: dividing a single column into parts

    But I have to do it in a stored procude while selecting the source data,,Is it possible in a stored proc?

    Thanks

    [font="Comic Sans MS"]
    ---------------------------------------------------

    Thanks [/font]

  • RE: chopping a string(removing dots)

    Ohkk..Yes but I am using a Stored Procedure and have to do it in a select query...

    [font="Comic Sans MS"]
    ---------------------------------------------------

    Thanks [/font]

  • RE: chopping a string(removing dots)

    Thanks a lot... Phil..Erik

    it works....... 😎

    I have one more question,

    Is there any way to split this long string into columns partitioned by DOTS

    For Ex:

    ab.cd.ef.gh

    gives

    Col1 Col2 Col3 Col4

    ab...

    [font="Comic Sans MS"]
    ---------------------------------------------------

    Thanks [/font]

  • RE: chopping a string(removing dots)

    @Phil,

    Yes, but it is not just 2 characters, it can be in any number...

    ex:

    w.e.r.t

    ff.g.h.tr

    thanks

    [font="Comic Sans MS"]
    ---------------------------------------------------

    Thanks [/font]

  • RE: chopping a string(removing dots)

    Thanks,

    I got the replace to remove dots but how do I remove the first and last characters...

    SELECT REPLACE('ab.cd.ef.gh.kl','.','')

    SELECT REPLACE('hh.jj.kk.rr.ee.bb','.','')

    Result:

    (No column name) ...

    [font="Comic Sans MS"]
    ---------------------------------------------------

    Thanks [/font]

  • RE: updating a dimension table

    Thanks a lot Steve,

    I think last option is the best,yeah I already have staged the source data and will try now to join it in the OLE DB source query...

    [font="Comic Sans MS"]
    ---------------------------------------------------

    Thanks [/font]

  • RE: updating a dimension table

    Hi Steve,

    Thanks for your reply...

    I have to do this process on a weekly basis to check if something has come new or something has changed in the source for this...

    [font="Comic Sans MS"]
    ---------------------------------------------------

    Thanks [/font]

  • RE: Checksum function???

    Thanks a lot GSquared....

    From what I got is

    I will have to add checksum column for each column that may change in my source in both the places....

    Source as well as...

    [font="Comic Sans MS"]
    ---------------------------------------------------

    Thanks [/font]

  • RE: Checksum function???

    any help?

    [font="Comic Sans MS"]
    ---------------------------------------------------

    Thanks [/font]

  • RE: Binary Comparision of tables

    Hi Phil,

    thanks for your Reply.

    Actually I have a very large dimension table that is updated but not very frequently......

    So I cannot check for every row if some thing as changed...

    [font="Comic Sans MS"]
    ---------------------------------------------------

    Thanks [/font]

  • RE: Passed 70-448!

    Thanks for the information,

    I went for the exam today and passed with 899 marks...........

    This is my first certification......

    Very Happy to be an MCP...................

    [font="Comic Sans MS"]
    ---------------------------------------------------

    Thanks [/font]

  • RE: Passed 70-448!

    Congrats..!!

    Thanks for the information

    I have to take exam next week.

    Let me know if you have some study material...

    Thanks

    [font="Comic Sans MS"]
    ---------------------------------------------------

    Thanks [/font]

  • RE: how to specify # decimal places in a SSRS 2005 field

    tHANKS

    [font="Comic Sans MS"]
    ---------------------------------------------------

    Thanks [/font]

  • RE: Transaction to rollback

    I have started the service MSDTC..

    but now it fails saying that unable to ACQUIRE CONNECTION OLEDB.

    Actually it works fine if I remove required property from SEQ container tX but fails...

    [font="Comic Sans MS"]
    ---------------------------------------------------

    Thanks [/font]

  • RE: SSIS package audit

    I have to log the following in a package :

    PackgStartTime

    PackageEndTime

    Rows Inserted

    Rows Updated

    Any help?

    [font="Comic Sans MS"]
    ---------------------------------------------------

    Thanks [/font]

Viewing 15 posts - 151 through 165 (of 201 total)