Forum Replies Created

Viewing 15 posts - 121 through 135 (of 275 total)

  • RE: small query issue

    Thanks Gsquared ...Yeah we have a function with return value ....i found out now ..

    Thanks,
    Chinna

    Its the Journey which gives you Happiness not the Destination-- Dan Millman

  • RE: very urgent plzzzz

    thanks sarang and collins i am done with that but now i have an other issue ....

    i have got a string (32323,3232,32,3232) i have some lookup tables for this...

    Thanks,
    Chinna

    Its the Journey which gives you Happiness not the Destination-- Dan Millman

  • RE: very urgent plzzzz

    thankz guys....

    Thanks,
    Chinna

    Its the Journey which gives you Happiness not the Destination-- Dan Millman

  • RE: error ole db 0x80040E4D - Acquire connection failed 0xC0202009

    http://blogs.msdn.com/sqlperf/archive/2007/05/11/implement-parallel-execution-in-ssis.aspx

    Thanks,
    Chinna

    Its the Journey which gives you Happiness not the Destination-- Dan Millman

  • RE: error ole db 0x80040E4D - Acquire connection failed 0xC0202009

    I believe you should change the max executable threads to 12 in the package properties ...

    Thanks,
    Chinna

    Its the Journey which gives you Happiness not the Destination-- Dan Millman

  • RE: small help in ssis

    thanks jack got it .....

    Thanks,
    Chinna

    Its the Journey which gives you Happiness not the Destination-- Dan Millman

  • RE: Regd VB code small issue

    Dim oFile

    oFile = FSO.GetFile(CopyFromSpec)

    oFile.Name = CopyToSpec

    Hello Jack but where exactly should i use this code as i dnt know much abt vb....plz let me know...in this code it doesnt...

    Thanks,
    Chinna

    Its the Journey which gives you Happiness not the Destination-- Dan Millman

  • RE: very very urgent plz

    Thkz a lot ....lynn

    Thanks,
    Chinna

    Its the Journey which gives you Happiness not the Destination-- Dan Millman

  • RE: got an warning when pulling data from oracle db

    I am not an expert in that so i couldnt even know what exactly the error says

    Thanks,
    Chinna

    Its the Journey which gives you Happiness not the Destination-- Dan Millman

  • RE: Importing files with different extensions

    You can use for each loop for this. You can put a filter such as xbuns.??? . Use this in the File text box in the collection tab of the...

    Thanks,
    Chinna

    Its the Journey which gives you Happiness not the Destination-- Dan Millman

  • RE: Lookup task and Dynamic input variable of Type String

    Hi could you make it much more clear by telling us what exactly you need so that everyone can help you ....if you want to change...

    Thanks,
    Chinna

    Its the Journey which gives you Happiness not the Destination-- Dan Millman

  • RE: urgent plzzzz

    USE [KMS_GSK]

    GO

    /****** Object: Table [dbo].[GSK_MAINFRAMES_CHRGBACK_CUSTOMER_TRANSACTON] Script Date: 04/23/2008 12:29:41 ******/

    SET ANSI_NULLS ON

    GO

    SET QUOTED_IDENTIFIER ON

    GO

    SET ANSI_PADDING ON

    GO

    CREATE TABLE [dbo].[GSK_MAINFRAMES_CHRGBACK_CUSTOMER_TRANSACTON](

    [NDC] [varchar](11) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

    [CustomerID] [varchar](255) COLLATE SQL_Latin1_General_CP1_CI_AS NOT...

    Thanks,
    Chinna

    Its the Journey which gives you Happiness not the Destination-- Dan Millman

  • RE: urgent plzzzz

    But if i have used some joins what would be the query let me post the query which would be easier for you ....

    select km_ndc,custno,custnm,wholesaler_dea,wholesaler_name,null,null,

    cd.sourcefile,null,qtrstartdate,qtrenddate,

    case when sum(qty_corrected) =0 then sum(Qty_submitted)

    else...

    Thanks,
    Chinna

    Its the Journey which gives you Happiness not the Destination-- Dan Millman

  • RE: is there any other alternative to write this query

    SELECT

    km_ndc

    ,CASE WHEN (extended_amount_corrected)

    + (qty_corrected)

    ...

    Thanks,
    Chinna

    Its the Journey which gives you Happiness not the Destination-- Dan Millman

  • RE: is there any other alternative to write this query

    All rows for each km_ndc. If you want it for each individual row, then remove ALL of the SUM()'s and remove the grouping.

    but if i do this way it...

    Thanks,
    Chinna

    Its the Journey which gives you Happiness not the Destination-- Dan Millman

Viewing 15 posts - 121 through 135 (of 275 total)