Viewing 7 posts - 1 through 7 (of 7 total)
Thank You ALZDBA
Regards
P.Prakash
November 22, 2009 at 7:49 pm
CREATE TABLE Master
(MasterId int, MasterDesc varchar(2000))
CREATE TABLE LineContent
(PageNo int, PageLineNo int, Content varchar(2000))
sorry i can't give data becos its my companies.
thanks
prakash
August 4, 2009 at 7:56 am
Hi,
i have created nonclustered index in both tables. In "MASTER" i have created non-clustered index for masterdesc column similarly in "LINECONTENT" table i have created non-clustered index for "content" field....
August 4, 2009 at 6:02 am
Hi,
i have attached the estimated execution plan. actual execution plan is taking long time
regards
p.prakash
August 4, 2009 at 5:54 am
Thanks you very much for your reply i'll look in to it
July 15, 2009 at 6:15 pm
Hi Wayne West,
Thanks for your reply.
one thing i want to tell you that if i create a file to that remote location using bcp its creating so...
July 13, 2009 at 6:15 pm
Hi,
I want to download files from PSFTP to my local directory. this work has to be done in stored procedure sql server 2005.
i tried creating a...
July 12, 2009 at 9:18 am
Viewing 7 posts - 1 through 7 (of 7 total)