Forum Replies Created

Viewing 15 posts - 16 through 30 (of 31 total)

  • RE: Executing Insert statements in a batch / group

    I would suggest to create and run the ssis package for loading the data to another server.If that is the requirement.

  • RE: Stored procedure help

    I can alter the staging table.

  • RE: Change Data Capture 2008

    The changes i made after the cdc table enabled.

    I have updated a record in customer table and the changes showed up in the customer table and i see 2 records...

  • RE: Query Help

    Thanks a lot for the reply..I did tried with the mentioned changes and it is updating the grand parent and parent when i tried to modified the parent in other...

  • RE: Query Help

    Thanks a lot for the solution..

    I want to update the parent and immediate child only.(Immediate parent for a child can be determine by chopping of the right most periodplusvalue)

    Example:

    5.46.200.1.462222.2.1 parent

    5.46.200.1.462222.2.1.1...

  • RE: Query Help

    5.46.200.1.462222.2.1.1.1.1.1.1.2 will be children of parent 5.46.200.1.462222.2.1.1.1.1.1.1

    Yes If there's any match of a substring then it would be parent.chop off the right most after period then it would be...

  • RE: Query Help

    Thanks a lot it works !!

  • RE: Derived column

    Thanks a lot..

    It works..

  • RE: Sending Job Failed Information Through E-Mail Using T-SQL

    Does this script reports all failed jobs in one consolidated report for a day in one single email..

  • RE: Query Help

    The itemstock procedure which create new items found into ITEMMASTER table.

  • RE: Query

    Thanks..I got the results..I want to report the source of users query which in the below results like user/login.

    QueryTextSumOfCPUTimeexecution_countAvgCPUTime

  • RE: Query

    Thanks a lot

    How to get the login name or user in the query.

  • RE: Package question

    Thanks for reply.

    I am unable to save connection manager of ssis package in 2005.

    When saved it is saving but actual changes was not reflected.

  • RE: Query help

    Column.

  • RE: Query help

    Here is the sample.

    CREATE PARTITION FUNCTION myRangePF1 (int)

    AS RANGE LEFT FOR VALUES (1, 2, 3,4,5);

    GO

    CREATE PARTITION SCHEME myRangePS1

    AS PARTITION myRangePF1

    TO (test1fg);

Viewing 15 posts - 16 through 30 (of 31 total)