Forum Replies Created

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

  • RE: Service Broker

    Hey Craig,

    For doing audit trails asynchronousally we need to use service broker right?

    regards,

    aman

  • RE: CTE

    i thought about this option of inserting but my application is not doing it. so instead of inserting 3 lines what if i insert INSERT into RELATION VALUES ( 2,'QA...

  • RE: CTE

    Sorry for being a pain so what entry do i need to put to get this resolved?

  • RE: CTE

    Here if you see fund1 has fund 2 3 4 within it so you see this QA SPONSOR->QA FUND1 (2)->QA FUND2 (3)->QA FUND3 (4)->QA FUND4 (5)

    but now under fund 5...

  • RE: CTE

    Thanks for your reply.

    Yes Fund 1 is twice as it is under QA sponsor and Fund 5. However Fund 1 has Fund 2 which has fund 3 and 4...

  • RE: CTE

    Hello

    Below are the DDL script and the data.

    CREATE TABLE RELATION (IDINT,

    NAMEVARCHAR(20),

    PARENT_IDINT,

    LEVELINT)

    -- Insert scripts for the table

    INSERT into...

  • RE: CTE

    The structure is as follows/

    QA Sponsor

    -- Fund 1

    ...

  • RE: copy data from one table to another table on different server

    yes we have option of ssis.

  • RE: Issues storing chinese characters in a DB column.

    hi, i am using a sql query i.e. select * from tablename

  • RE: Issues storing chinese characters in a DB column.

    For now I am viewing directly from the data base table.

  • RE: Multi language database

    Hey thanks for the reply.

    In order to achieve this requirment we need to change all char,varchar, text to nchar,nvarchar and ntext in all SP,Function, triggers and the table. These changes...

  • RE: SSIS

    I may be wrong but I have used the below logic

    set @PackageString = 'dtexec /f ' + @Package + 'SELECT * FROM ENTITYHD WHERE ENTITYID = '+' /Set \package.variables[ID].Value;' +...

  • RE: SSIS

    but can we pass the value in the variable dynamically?

  • RE: SSIS

    Hi I have follwed from the first link provided by you.

    The third step is to add this variable to the package configuration so you can easily change the value in...

  • RE: SSIS

    hey do u have an example for the same how to do it I am new to ssis pls

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