Viewing 15 posts - 16 through 30 (of 32 total)
OK, now work...this is the rigth codes.
Tnks for support anyway...
use Directory.GetFiles() for my array of string file.
http://ftp.SendFiles(Directory.GetFiles(strPathDirectoryLocal & "\" & strNomeCartella), "/imports/SSIS/" & strNomeCartella, True, False)
November 30, 2007 at 3:00 am
Thanks for your answer...but I don't want use 2 time conection on http://FTP...so I solved using an ASP.NET script....but your tip of * and ? are an valid...
November 27, 2007 at 7:37 am
Thanks...I never use this kind of syntax...
November 26, 2007 at 1:30 am
Close but no cigar....
There is something of wrong on the order clausole...but I have learn something of new with your example....
THSNKS anyway...
November 21, 2007 at 8:02 am
Thanks RAmesh...but always have an eror on compile... R U sure??
----
set ANSI_NULLS ON
set QUOTED_IDENTIFIER ON
GO
CREATE FUNCTION [dbo].[fnGetConselRow] (
@Prezzo int,
@Tasso0 int,
@Skuint
)
RETURNS TABLE
AS
RETURN (
SELECT TOP 1 *, @Sku...
November 21, 2007 at 7:28 am
Thanks but was an error in my code...there is an different ORDER BY if Tasso0 = 0
see belove
----------
ALTER FUNCTION [dbo].[fnGetConselRow] (
@Prezzo int,
@Tasso0 int,
@Skuint
)
RETURNS TABLE
AS
RETURN (
-- Ha...
November 21, 2007 at 6:17 am
Yes don't run...
Can U explain me better please as I can index that column?
November 20, 2007 at 6:56 am
I use this soluction for the function...
SELECT
MAX(IDconsel)
FROM sqltest.ePrice2K5.dbo.Consel
WHERE imp_fin <= @Prezzo AND tasso0 = @Tasso0
November 20, 2007 at 6:29 am
So...there isn't other way for elude TOP in the query?
November 20, 2007 at 6:14 am
this is the focus of the query...there are many other table on JOIN...but belove in the example is my problem.
Must be something like under...but I can't use variables...on the...
November 19, 2007 at 7:43 am
Perfect this is my solution...
Thanks
November 12, 2007 at 1:16 am
Hi Matt,
thank for your response.
It was very usefull but I think wrote wrong example for post.
I must split a Value for OUTPUT into script task into the data...
November 9, 2007 at 1:34 am
Ho tommy,
i've found this sw and I try but always have problems....
psexec \\manny-slave "E:\Eseguibili\PayPal_getTransaction.bat" -u manny-slave\Administrator -p myPass
Is correct this syntax...the bat is a path to a .VBS file for...
October 8, 2007 at 7:55 am
No difference...I try a differt provider too....always error
If I logging with windows application log run but is not my need...
I want store into DB.
August 2, 2007 at 3:39 am
Viewing 15 posts - 16 through 30 (of 32 total)