Viewing 5 posts - 1 through 5 (of 5 total)
Thank youm, i have done.
March 26, 2013 at 1:26 am
create table fstlst(name varchar(max))
insert into fstlst values('raja rao')
insert into fstlst values('mohan raj')
insert into fstlst values('sachin tendulkar')
insert into fstlst values('gowtham gambeer')
insert into fstlst values('veerndar sehwag')
select * from fstlst
select LEFT(name,1)+substring(name,CHARINDEX(' ',name,1)+1,1) from...
March 19, 2013 at 5:04 am
Hi,
Be check with wether the server where the file located credentials given properly or go through some steps below...,
1) ftp task loging or not
2) ftp task wether the related file...
March 13, 2013 at 12:09 am
i haven't schedule, even i couldn't come up with how to schedule the package.
i have a package but how to schedule the package.
at that time i am getting doubts in...
March 11, 2013 at 4:47 am
Hi,
Actually i am having one requirement i.e
i am running some scripts that are scheduled by sql server agent and generating some files and loading that files into some path...
March 11, 2013 at 12:55 am
Viewing 5 posts - 1 through 5 (of 5 total)