Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: Performance Issue

    Thanks all,

    I will do the same and get back for further suggestion.

    Rajnish

  • RE: Table Partition Issue

    I can understand that partition table is advance topic.

    I have two tables, each table size is around more than 2 GB. Tables normally used for reporting purpose and noncluster indexes...

  • RE: sqlquery

    FINDING 4TH HIGHEST SALARY:-

    CREATE TABLE SALARY (ID BIGINT,SALARY BIGINT)

    GO

    INSERT INTO SALARY (ID,SALARY) VALUES (1,200)

    INSERT INTO SALARY (ID,SALARY) VALUES (2,300)

    INSERT INTO SALARY (ID,SALARY) VALUES (3,400)

    INSERT INTO SALARY (ID,SALARY) VALUES (4,500)

    INSERT INTO...

  • RE: Log shipping

    But I think Logbackup can break LSN no. used in logshipping.

Viewing 4 posts - 1 through 4 (of 4 total)