Viewing 2 posts - 1 through 2 (of 2 total)
brut fource algo use for makinjg security..
September 18, 2014 at 12:36 am
#1746279
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 =...
September 18, 2014 at 12:34 am
#1746278