Viewing 15 posts - 1 through 15 (of 50 total)
I have sorted this.
I had to put a waitfor delay before I ran the next stored proc which sends the file to the FTP site
December 22, 2011 at 3:44 am
Thanks, sorted it
SELECT
CAST('ALT' AS CHAR(3)) AS RecordType,
CAST('' AS CHAR(14)) AS MainProduct,
CAST('1' AS CHAR(1)) AS ShowAlternative,
CAST('' AS CHAR(5)) AS SequenceNumber,
CAST('' AS CHAR(14))...
December 17, 2011 at 10:09 am
Thanks for your response. The SSIS packages look good. I need to look at these further.
For the moment I created the below which seems to work
DECLARE @cmdmove as...
December 9, 2011 at 8:12 am
I am thinking of using the following. Could you show me what you would do to look at the required files.
USE HBSLIVE
GO
CREATE TABLE CSVTest
(ID INT,
FirstName VARCHAR(40),
LastName VARCHAR(40),
BirthDate SMALLDATETIME)
GO
BULK
INSERT CSVTest
FROM...
December 9, 2011 at 4:04 am
Thanks for the guidance.
How would you use the Bcp to put specific fields into specific fields in the API table?
Does it work with XML documents?
December 7, 2011 at 1:37 am
Thanks for that Todd. Will make the adjustment
December 7, 2011 at 1:22 am
Sorry I have not created a package yet.
Below is what I am trying to do.
1. The website sends a file to the ftp site (say tab delimited) This...
December 6, 2011 at 3:18 am
I faced now issues regards exporting a view to a flat file and sending it to the FTP site. Thanks for your clear instructions it worked first time!!
I currently...
December 6, 2011 at 3:05 am
Thanks. I have been having a look at it. Never realised there was this tool.
Do you have an example of what you have done similar to what I...
December 5, 2011 at 9:33 am
Is this using the Export and Import Tool?
December 5, 2011 at 8:38 am
Viewing 15 posts - 1 through 15 (of 50 total)