Forum Replies Created

Viewing 2 posts - 1 through 3 (of 3 total)

  • RE: Brute Force Attacks

    brut fource algo use for makinjg security..

    http://www.tulipvioletgurgaon.co.in/

  • RE: How to reduce the Clustered index seek cost

    applying this you can reduce cluster performance.

    GO

    /****** Object: Index [IX_Stu] Script Date: 12/28/2009 11:11:43 ******/

    CREATE CLUSTERED INDEX [IX_Stu] ON [dbo].[stu]

    (

    [StuKey] ASC

    )WITH (PAD_INDEX =...

    http://www.tulipvioletgurgaon.co.in/

Viewing 2 posts - 1 through 3 (of 3 total)