Viewing 6 posts - 1 through 6 (of 6 total)
Thanks for the information, I shall try and find the switches you mean.
February 16, 2004 at 2:09 am
CREATE PROCEDURE dbo.sp_predictionout AS
Declare @directory char(50), @pkzipname char(50), @tfilename char(50), @bcpcommand char(50)
Declare @name char(8), @filename char(50), @nrow int
DECLARE cName CURSOR FOR
select name from IC_PREDICTION.dbo.sysobjects
where crdate>=CONVERT(char, getdate(),...
June 19, 2003 at 7:11 am
mmm. When I posted this I'm sure it had more data in it. I'm looking for which one is better when automating task that will run after a stored procedure.
At...
June 19, 2003 at 7:09 am
Have tried the examples but the attachemnt did not turn up.
Please could someone help
February 7, 2003 at 8:41 am
Has anyone managed to send attachmenst using cdosys.
Would be interested to know how you did it.
February 7, 2003 at 7:37 am
Viewing 6 posts - 1 through 6 (of 6 total)