Viewing 8 posts - 1 through 8 (of 8 total)
hi all
i am again getting this error when i am doing the differential backup.
error::
TExec: The package execution returned DTSER_FAILURE (1).
Started: 10:00:00 AM Finished: 10:00:07 AM ...
January 29, 2009 at 4:38 am
Hi All,
Thanks for the sugessitions.I did this through oracle sql devloper tool(client tool). every thing was migrated. but i have some compiling errors on procedures. have to work on...
December 30, 2008 at 8:24 pm
hi all
this works on mysql. i did that
the sysntax is correct.
create table abc select max(sal) from salary;
here it works man
regards
aswin...
November 27, 2008 at 10:21 pm
hi all
thanks for the reply
regards
aswin.
November 4, 2008 at 10:47 pm
hi jerry
thanks for the help, it works
thanks
aswin..
November 3, 2008 at 9:44 pm
hi Madhivanan
i am getting a null value.
regards
aswin
November 3, 2008 at 6:03 am
hi
sorry i forgot it , this is the updated one
ex:
create proc sp_books_outlet
@booknames varchar(100) output
as
select @booknames =b_name from historical.books
declare @booknames varchar(100)
exec historical.sp_books_outlet @booknames output
select @booknames
i have just 100...
November 3, 2008 at 5:45 am
Viewing 8 posts - 1 through 8 (of 8 total)