Viewing 4 posts - 1 through 4 (of 4 total)
Thanks all,
I will do the same and get back for further suggestion.
Rajnish
October 27, 2008 at 10:05 am
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...
September 20, 2008 at 4:58 am
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...
July 31, 2008 at 12:23 am
But I think Logbackup can break LSN no. used in logshipping.
July 31, 2008 at 12:01 am
Viewing 4 posts - 1 through 4 (of 4 total)