Viewing 4 posts - 1 through 4 (of 4 total)
--Check if linked server is up and running.
--Uses trusted connection. -t = timeout in seconds
declare @iServerStatus int,
@sSQL varchar(200),
...
May 13, 2003 at 11:13 am
I am not quite sure what you try to accomplish. Why do you need the data island to process xml file?. Just use xsl stylesheet to display content of the...
April 23, 2003 at 10:17 am
What is the text file format? Delimited, fixed lenght?
To import the text file with "abnormal" characters it has to be in fixed lenght or delimited with some custom delimiters that...
April 22, 2003 at 11:01 am
-- Install WinZip. It has to be licensed version.
-- Download and install command line utility wzzip.exe from WinZip site.
-- Zip file. Delete original.
set @sCmd= '"c:\Program Files\WinZip\wzzip.exe" -ex -m \\FileServerName\e$\Temp\FileName.zip \\FileServerName\e$\Temp\FileName.txt'
EXEC...
April 18, 2003 at 11:59 am
Viewing 4 posts - 1 through 4 (of 4 total)